45543eceedMerge branch 'fix-127' into feature-MAX-2
MassimilianoPinto
2014-02-28 12:28:14 +01:00
78799e505fFix for bug 127 and 345 as part of it
MassimilianoPinto
2014-02-28 11:29:50 +01:00
9b27c78649Develop branch updated from Master
MassimilianoPinto
2014-02-28 09:43:10 +01:00
9e4a6b3994Fixed Project Name in doxygate file
Mark Riddoch
2014-02-27 17:01:40 +00:00
3e111534a1Support for mysql session variable commands, for example, SET AUTOCOMMIT=0 Session commands are identified by query clasisfier, and added to the session command property list in router client session object. Session commands are then executed in existing backend servers but only one of them will reply to client.
VilhoRaatikka
2014-02-26 20:07:09 +02:00
d6180b1eb1branch 'develop' updated from 'master'
MassimilianoPinto
2014-02-21 17:24:41 +01:00
a2c9437385Merge branch 'feature-MAX-2' into develop
MassimilianoPinto
2014-02-21 17:12:30 +01:00
cb20f8ab8dInitialized argument pointer values with zeroes in hashtable_get_stats.
VilhoRaatikka
2014-02-11 15:22:52 +02:00
83bdc15b54Made a quick fix to server/core/test/testhash.c. In makefile there is one call for multiple tests and so it makes sense to check return value of the test program.
VilhoRaatikka
2014-02-11 14:57:27 +02:00
e8ce2268e0Test system for MaxScale. Every test/makefile have the following targets: cleantests - clean local and subdirectories' tests buildtests - build all local and subdirectories' tests runtests - run all local tests testall - clean, build and run local and subdirectories' tests
VilhoRaatikka
2014-02-07 11:06:37 +02:00
1742372dd5Added support for defining a bind address in the listener config.
Mark Riddoch
2014-02-06 19:04:12 +01:00
7bda588948"enable_root_user" option available in service configuration example
MassimilianoPinto
2014-02-06 16:24:21 +01:00
e4876b3abbEnable/disable root user in services
MassimilianoPinto
2014-02-06 15:58:37 +01:00
1e25d304e7Add check that the argument to the -c option is a directory.
Mark Riddoch
2014-02-06 13:46:07 +01:00
a91c595dbcFix for allDCB linked list corruption.
Mark Riddoch
2014-02-06 13:10:11 +01:00
0c4b53e9efAddition of warnign to the debug command line interface regarding passing bad arguments.
Mark Riddoch
2014-02-05 15:17:36 +01:00
3edea0afc4Updated gitignore files
Mark Riddoch
2014-02-05 14:49:05 +01:00
e97ab93966Tidy up of the exit status based on the issues founf during startup.
Mark Riddoch
2014-02-05 12:20:53 +01:00
fa79a121e6Updated server version added to the prompt and in the log files. See Bugzilla bug 376.
Mark Riddoch
2014-02-05 11:29:20 +01:00
fb8212543aFixed issue with MaxScale crash if a configuration unknown section without a type is added. This is Bgzilla bug 378.
Mark Riddoch
2014-02-05 10:48:52 +01:00
0a13bf9989Revert previous change to query_classifier.cc, which was triggered due to bug # 391, http://bugs.skysql.com/show_bug.cgi?id=391 Bug was identified by test, but it couldn't be validated. Using RW Split router currently may lead to situation where after setting system variable there is a backend server which doesn't have the value set. This is an incomplete feature at the moment rather than a bug.
VilhoRaatikka
2014-01-30 12:14:40 +02:00
89de86320eAdded detection for USE <db> (= DATABASE()), which is a system function which changes session variable. Therefore it must be treted as SESION write and executed in both master and slave.
VilhoRaatikka
2014-01-29 23:29:32 +02:00
09565aebf7State transition diagram for Descriptor Control Blocks.
VilhoRaatikka
2014-01-28 09:51:06 +02:00
a8c630f581State transition diagram for Descriptor Control Blocks.
VilhoRaatikka
2014-01-28 09:51:06 +02:00
c444bf454bBug #385http://bugs.skysql.com/show_bug.cgi?id=385 dcb.c:dcb_write accept also dcb state DCB_STATE_NOPOLLING since it only means that dcb has been removed from epoll set but it is still possible to write to it.
VilhoRaatikka
2014-01-27 22:56:33 +02:00
ef90f648a2mysql_backend.c:gw_read_backend event If backend authentication fails, wait until session has created router_client_session before reading the session->router_session pointer value. There should only be one case where this situation occurs : when session is being initialized concurrently with authentication. Only consequence is to close router_client_session immediately after session initialization is completed.
VilhoRaatikka
2014-01-27 16:54:48 +02:00
aab09ddd16Add link to the bugs database: bugs.skysql.com
Mark Riddoch
2014-01-20 13:18:59 +00:00
f0e5b56872Added the Google Group address to the README
Mark Riddoch
2014-01-16 12:51:20 +00:00
d7dce32731Fixed some typos in README
Mark Riddoch
2014-01-08 17:56:18 +00:00
dfc224c292New routines for key/value copy and free in hash tables
MassimilianoPinto
2014-01-08 17:02:59 +01:00