d1c2895057
Small fix to how user is retrieved from all servers.
...
When the authentication was done using the user data from all servers and the set of servers contained a server in the Master state it was possible that some servers weren't queried for their users. This was fixed by adding a check for the parameter that enables this before looking for a master server.
2015-02-13 07:34:46 +02:00
d91b6d375d
Added more documentation about functions and trace log output about users logging in with a default database.
2015-02-12 08:44:39 +02:00
a0a7dcdcfe
Fixed shardrouter possibly missing responses from the subservices if the session wasn't ready.
2015-02-10 20:36:53 +02:00
54eb3dd904
Fixed client hangups if the first response to a SHOW DATABASES query was sent too fast.
2015-02-10 16:07:50 +02:00
36363b09a1
Added more debug logging and fixed the service resources being overwritted even though they were already allocated.
2015-02-10 14:28:49 +02:00
d9139bb436
Added more tests for the dbshard router.
2015-02-10 10:49:54 +02:00
d455ec4c53
Added support for default databases.
2015-02-09 16:28:48 +02:00
46ec9abe29
Added optional parameters for services that allow all servers to be used when building the list of users.
2015-02-09 07:19:13 +02:00
7cf65adc6e
Added more trace log output about database changing and possible errors.
2015-02-07 00:04:13 +02:00
0d4761ade8
Merge branch 'develop' into MAX-324
2015-02-06 23:27:59 +02:00
6e3e4ef20a
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-02-06 23:00:27 +02:00
46c0c70764
Fixed negative values from hashing functions causing segmentation faults.
2015-02-06 22:59:47 +02:00
d190997780
Updates to object model
2015-02-06 20:48:01 +00:00
9d3b961c15
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-02-06 20:47:03 +00:00
6da16c9958
Some tidy up of binlog rotuer code
2015-02-06 20:46:36 +00:00
2a06331f82
Fixed readwritesplit hashing function returning the key value instead of the hash value.
2015-02-06 22:09:28 +02:00
e91ad034a8
CRC issue
2015-02-06 17:53:41 +00:00
ba0d4ae29e
Addition of log message for zero users beign loaded.
2015-02-06 16:10:29 +00:00
10e5eaea87
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-02-06 18:07:57 +02:00
e11b7c783f
Added more info about log files to the configuration documentation.
2015-02-06 18:07:15 +02:00
c041599fb8
Added max_slave_replication_lag constraint
...
Added max_slave_replication_lag constraint
2015-02-06 16:59:39 +01:00
dd829d29e5
Added a note about enabling or disabling logfiles to MaxScale_template.cnf.
2015-02-06 17:49:37 +02:00
75e2ef794f
Updates to UML model
2015-02-06 14:32:39 +00:00
650069f7e5
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-02-06 14:30:44 +00:00
00c7dccdac
Fix for checksum misisng in master rotate event
2015-02-06 14:30:15 +00:00
4c16eb55a2
Fixed hashing function returning wrong values and added more logging.
2015-02-06 16:27:24 +02:00
d4f5ca6bcb
Merge branch 'blr' into develop
...
Addition of hashtable load and save. Caching of auth information
2015-02-06 11:52:51 +00:00
25e39f35c5
Fix to allow rotate of files without explicit rotate events when the master is offline
2015-02-06 11:45:20 +00:00
bc0d303b27
Add saving of hashtables to a file
...
Cache the user information to file in order to allow authentication without backend databases
2015-02-06 11:44:29 +00:00
82c03bd240
Merge branch 'develop' into MAX-345
2015-02-06 12:29:19 +01:00
adc0bb4f70
Comments added for fix #714
...
Comments added for fix #714
2015-02-06 11:50:21 +01:00
98cbc34c6c
Fix for bug #714
...
Fix for bug #714
2015-02-06 11:26:48 +01:00
6751e90bde
Merge branch 'develop' into MAX-345
2015-02-05 17:47:56 +01:00
88db0aac90
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-02-05 18:33:00 +02:00
32c9d39302
Fix to bug 771: http://bugs.mariadb.com/show_bug.cgi?id=711
...
SHOW GLOBAL STATUS was misclassified as a global system variable write and was being routed to all servers instead of being routed only to the master.
2015-02-05 18:31:01 +02:00
b2e3de0362
Merge branch 'develop' into MAX-345
2015-02-05 16:14:36 +01:00
db045d16f1
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-02-05 15:03:41 +00:00
bb1f28e33d
Initial models in StarUML of the main components in MaxScale
2015-02-05 15:02:56 +00:00
45212d1acc
Merge branch 'origin/develop'
2015-02-05 13:38:08 +00:00
1d0942c6cd
Add link to search page
2015-02-05 13:37:13 +00:00
3193b9aee4
Smarten a couple of pages
2015-02-05 12:56:32 +00:00
c611d63e94
Added protection for buffer overrun in COM_BINLOG_DUMP.
2015-02-05 09:37:56 +00:00
c6de1ff821
Updated documentation to clarify use of initialfile
2015-02-05 09:35:20 +00:00
77811c7ae7
Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
2015-02-05 09:16:16 +00:00
b9f36d6489
Addition of checksum handling in COM_BINLOG_DUMP
2015-02-05 09:15:45 +00:00
8a7b22d3df
Fix to SHOW TABLES FROM <db> being routed to the current database instead of the one in the query.
2015-02-05 10:34:04 +02:00
775a4d4c64
Even more fixes to tables in the documentation.
2015-02-05 06:42:18 +02:00
8bd224532e
Fixing tables in the documentation.
2015-02-05 06:38:54 +02:00
e1950b7f84
Added separate documentation files for the mqfilter and the rabbitmq consumer client.
2015-02-05 06:31:01 +02:00
e8d3334a5b
Merge pull request #70 from kolbe/kolbedocs
...
Kolbedocs
2015-02-05 04:44:42 +02:00