|
|
1c36cfb285
|
Added more debug output.
|
2015-06-08 18:04:43 +03:00 |
|
|
|
6e01757455
|
Added error message to users when trying to connect to a MaxScale service that only allows SSL connections.
|
2015-06-02 06:39:51 +03:00 |
|
|
|
d7232d8b6e
|
Moved SSL structure to the DCB instead of the MySQL protocol.
This allows for non-MySQL SSL connections.
|
2015-06-01 20:51:26 +03:00 |
|
|
|
a2768955e7
|
SSL handshake now successfully completes when a client connects with SSL enabled.
|
2015-06-01 13:50:22 +03:00 |
|
|
|
0f814d3e73
|
Added SSL write and read functions.
|
2015-05-29 13:00:37 +03:00 |
|
|
|
a572166ffd
|
Added ssl handshake to mysql_client
|
2015-05-28 22:19:50 +03:00 |
|
|
|
16d6bd6d2c
|
Added service SSL mode variables.
|
2015-05-28 11:56:14 +03:00 |
|
|
|
463cd4a97e
|
Moved common sharding functions to a separate file.
|
2015-05-04 07:06:24 +03:00 |
|
|
|
21ad6fba2a
|
Added option to disable slave recovery in readwritesplit.
|
2015-04-24 05:55:06 +03:00 |
|
|
|
fbfbc9fda7
|
Added more statistics to schemarouter diagnostics.
|
2015-04-23 21:00:52 +03:00 |
|
|
|
8d4f301545
|
Added the option to disable session command history to readwritesplit.
|
2015-04-23 20:12:04 +03:00 |
|
|
|
d1551be54f
|
Added support for disabling the saving of the session command history for the schemarouter.
|
2015-04-23 19:35:41 +03:00 |
|
|
|
811c13fe32
|
Added more statistics to the schemarouter.
|
2015-04-23 06:04:09 +03:00 |
|
|
|
6f870bd74c
|
Added maximum session command amount for schemarouter.
|
2015-04-22 20:58:52 +03:00 |
|
|
|
253c63e958
|
Fixed schemarouter not handling show databases queries spanning multiple buffers.
|
2015-04-14 18:50:19 +03:00 |
|
|
|
5ce1b742e9
|
Binlog Router, slave binlog_pos is now uint32
Binlog Router, slave binlog_pos is now uint32
|
2015-04-02 16:52:48 +02:00 |
|
|
|
e42f171564
|
Added support for direct connections to shardrouter.
|
2015-03-30 20:45:05 +03:00 |
|
|
|
7cfc1d3cc9
|
Chaged MaxScale default installation directory to /usr/local/mariadb/maxscale and MaxAdmin password to 'mariadb'.
|
2015-03-23 14:53:31 +02:00 |
|
|
|
5fa4e3299b
|
Fixed schemarouter not storing queries received before database mapping was done.
|
2015-03-12 20:03:49 +02:00 |
|
|
|
6766c0b883
|
Added statistics to backend references.
|
2015-03-06 17:41:39 +02:00 |
|
|
|
282f66f9fd
|
Merge branch 'develop' into MAX-324
Conflicts:
utils/skygw_utils.cc
|
2015-03-06 17:07:39 +02:00 |
|
|
|
c937568624
|
Fixed a possible memory leak when session command history limits are used.
|
2015-03-05 20:46:55 +02:00 |
|
|
|
880adca73e
|
Merge branch 'develop' into MAX-324
|
2015-03-05 10:45:48 +02:00 |
|
|
|
1b0fd4576a
|
Merge branch 'maxinfo' into develop
Conflicts:
server/core/service.c
server/core/session.c
server/include/session.h
|
2015-03-04 11:33:00 +02:00 |
|
|
|
2d08bc4eda
|
Fix to bug 736: http://bugs.mariadb.com/show_bug.cgi?id=736
Added a cofigurable limit on the number of session commands the readwritesplit router stores.
|
2015-03-01 02:27:47 +02:00 |
|
|
|
9e7afeb302
|
Merge branch 'develop' into MAX-324
Conflicts:
macros.cmake
server/core/config.c
server/core/service.c
server/modules/routing/CMakeLists.txt
|
2015-02-24 06:26:55 +02:00 |
|
|
|
5477cdf5eb
|
Renamed the dbshard module to schemarouter.
|
2015-02-24 05:49:38 +02:00 |
|
|
|
c47d2f3791
|
Added session timeouts.
The parameter 'connection_timeout' for services takes a value as seconds.
All sessions that have been idle for longer than this will be disconnected.
|
2015-02-20 22:16:43 +02:00 |
|
|
|
7fc004ec28
|
Merge branch 'develop' into MAX-324
|
2015-02-20 10:18:45 +02:00 |
|
|
|
22f7137440
|
Fix to bug 600: http://bugs.mariadb.com/show_bug.cgi?id=600
readwritesplit now drops slave connections that fail a session command.
|
2015-02-20 06:38:38 +02:00 |
|
|
|
df3a548be1
|
Added basic REST interface to maxinfo plugin
|
2015-02-19 16:24:30 +00:00 |
|
|
|
8e941f7523
|
Addition of the MaxInfo filter and the generic MaxScale resultset
|
2015-02-18 17:25:13 +00:00 |
|
|
|
02e11b96b0
|
Changed references of dbshard into shardrouter in shardrouter.c
|
2015-02-17 12:14:48 +02:00 |
|
|
|
a2bff1dcea
|
Merge branch 'develop' into MAX-324
|
2015-02-16 14:58:35 +02:00 |
|
|
|
14c510abef
|
Added more doxygen documentation.
|
2015-02-13 10:18:54 +02:00 |
|
|
|
faca6b6d76
|
Merge branch 'blr' into develop
|
2015-02-09 20:58:55 +00:00 |
|
|
|
b58e09cdb7
|
Addition of some extra log messages and seconds behind master calcuation
|
2015-02-09 20:50:23 +00:00 |
|
|
|
d455ec4c53
|
Added support for default databases.
|
2015-02-09 16:28:48 +02:00 |
|
|
|
0d4761ade8
|
Merge branch 'develop' into MAX-324
|
2015-02-06 23:27:59 +02:00 |
|
|
|
6da16c9958
|
Some tidy up of binlog rotuer code
|
2015-02-06 20:46:36 +00:00 |
|
|
|
07536611d3
|
Add ability to extract values from the result set
Extract and action the @master_binlog_checksum value
Store master's uuid for use in show slave status
Support for MariaDB 5.5 masters
|
2015-02-04 15:59:28 +00:00 |
|
|
|
86bed0541c
|
Merge branch 'develop' into MAX-324
|
2015-02-04 13:01:43 +02:00 |
|
|
|
0083e62c41
|
Merge branch 'blr' into develop
|
2015-02-03 17:19:06 +00:00 |
|
|
|
7b8579163a
|
Added dbshard technical documentation.
|
2015-02-03 11:26:53 +02:00 |
|
|
|
b6cd0916a0
|
Fixed a deadlock when the same thread tried to route a reply and a query at the same time.
|
2015-02-01 21:39:35 +02:00 |
|
|
|
a69e1d5f01
|
Added some error handling to shardrouter.
The shardrouter now handles situations where the subservice sessions have failed and returns an error if an attempt to
query such a service is made.
|
2015-01-30 22:28:01 +02:00 |
|
|
|
0a9509168b
|
Addition of cache for server responses. This allows cached responses to be sent
if there is no master avaiable when MaxScale starts
|
2015-01-28 08:44:13 +00:00 |
|
|
|
08dd4d7053
|
First working implementation of the hierarchical router.
|
2015-01-25 21:24:22 +02:00 |
|
|
|
8791cc455e
|
Added the initial implementation of the shardrouter module.
|
2015-01-23 06:40:30 +02:00 |
|
|
|
db1ea422a0
|
Merge branch 'develop' into MAX-324
Conflicts:
server/core/modutil.c
|
2015-01-20 04:25:40 +02:00 |
|