Hartmut Holzgraefe
a007f68dcc
added description on how to run the test suite
2014-05-19 14:24:37 +02:00
Timofey Turenko
b341ba317e
add debug flags support to .spec
2014-05-13 18:30:12 +03:00
MassimilianoPinto
e9e2f0365d
0.6.0 Added history folder in Documentation
...
Added history folder in Documentation, starting from Release 0.6.0
Previous release notes are now archived .
2014-05-09 16:34:09 +02:00
MassimilianoPinto
0643e096a6
Documentation update for 0.6.0 release
...
Documentation update for 0.6.0 release
2014-05-09 16:01:49 +02:00
MassimilianoPinto
f34ee4a25b
0.6.0 Release
...
0.6.0 Release
2014-05-08 17:54:06 +02:00
MassimilianoPinto
024c6fdc4c
Configuration & Usage Scenarios document updated
...
Configuration & Usage Scenarios document updated with new
“version_string” service parameter
2014-05-08 17:50:21 +02:00
MassimilianoPinto
4913c270d3
Merge branch 'fix-423' into release-0.6
2014-05-08 16:26:51 +02:00
VilhoRaatikka
391ba19609
Merge branch 'master' of https://github.com/skysql/MaxScale
2014-05-08 16:37:49 +03:00
VilhoRaatikka
835c5b3915
Test that session variable scope doesn't span multiple sessions.
2014-05-08 16:36:17 +03:00
VilhoRaatikka
9af5d9fb06
Commit fix to bug #418 http://bugs.skysql.com/show_bug.cgi?id=418
2014-05-08 13:13:42 +03:00
MassimilianoPinto
29932f7fc8
MySQL handshake has a configurable version_string
...
MySQL handshake has no a configurable version_string parameter in
service section.
The default value is the server version of the embedded mysqld library.
Set option example:
version_string=5.5.37-MariaDB-log
Default is similar to:
5.5.35-MariaDB
2014-05-07 18:08:28 +02:00
VilhoRaatikka
bc84dd13f8
Removed this because it is deprecated.
2014-05-07 18:22:37 +03:00
VilhoRaatikka
182f25fffe
Ineffective write in is_commit_stmt
2014-05-07 18:04:55 +03:00
VilhoRaatikka
bdefa5c3c8
These are the values that are required for MaxScale build process. If you change them, do not push unless you know what you're doing. Thanks!
2014-04-25 15:41:18 +03:00
VilhoRaatikka
a6ea56a153
Merge branch 'develop' of https://github.com/skysql/MaxScale into develop
2014-04-16 10:26:00 +03:00
VilhoRaatikka
81af54730a
Added missing test files for rwsplit router tests.
2014-04-16 10:25:32 +03:00
VilhoRaatikka
2fcc371606
Added back --skip-innodb to a call argument for libmysqld
2014-04-15 19:22:46 +03:00
VilhoRaatikka
b20ce05ee3
Merge branch 'develop'
...
Completion of fix to bug #418
http://bugs.skysql.com/show_bug.cgi?id=418
2014-04-15 14:36:43 +03:00
VilhoRaatikka
ac261a038c
Merge branch 'master' of https://github.com/skysql/MaxScale
2014-04-15 14:35:32 +03:00
VilhoRaatikka
c994c81a0e
Changed the way how autocommit is searched from parse tree. Switched to use typelib instead of explicitly converting and comparing user value. Added more tests for cases where user uses literal values in SET autocommit command.
2014-04-15 14:32:47 +03:00
MassimilianoPinto
e01cbd74ed
Bug 409: dcb_final_free now frees dcb->delayq
2014-04-14 10:08:34 +02:00
MassimilianoPinto
a253da7b9c
Bug 409: dcb_final_free now frees dcb->delayq
...
Bug 409: dcb_final_free now frees dcb->delayq
2014-04-14 10:06:00 +02:00
VilhoRaatikka
26c6c331fd
Changed is_autocommit_stmt so that client character set can very and the value is compared to strings '0','1','off','on' which are converted to match with the cs of the client prior compare.
2014-04-11 20:02:43 +03:00
VilhoRaatikka
7b40c1ee70
Changed how MaxScale unit test works.
...
All tests are run by executing 'make testall' in root directory. As a result all directories which contain tests will be entered and tests executed.
After tests, each directory have a test log including the last run's logs only.
Created a global test log, which is specified in test.inc. Test logs from subdirectories are concatenated to this file.
2014-04-10 19:08:28 +03:00
VilhoRaatikka
b9a8f2ce65
Merge branch 'develop' of https://github.com/skysql/MaxScale into develop
2014-04-10 17:11:45 +03:00
VilhoRaatikka
bbf1bc2afa
Fix for bug #418
...
Increased skygw_query_type_t to 16 bits, and corrected the way how those bit fields are checked.
Added tests for cases where autocommit is disabled and corrected old tests.
2014-04-10 17:09:42 +03:00
VilhoRaatikka
2c17dc3edf
Bug #418 , added functions to query classifier to detect if SET autocommit is called.
...
Note: this compiles but doesn't work yet properly.
2014-04-09 23:43:03 +03:00
VilhoRaatikka
c86e25eeb8
Added a test for implicitly started trasnaction.
2014-04-07 17:00:31 +03:00
VilhoRaatikka
ce5dc19ecc
Added read/write split router tests to a part of makefile structure.
2014-04-01 14:11:48 -07:00
VilhoRaatikka
c7b7b17e0d
Added INC_PATH to README according to latest change in build_gateway.inc
2014-03-29 12:41:59 +02:00
VilhoRaatikka
5e3ec5b3c8
Added "--no-defaults" to arguments that are passed to mysql_library_init. It tells to embedded server not to use any external my.cnf configuration file.
2014-03-29 12:27:02 +02:00
VilhoRaatikka
f1acbc6926
build_gateway.inc didn't point to all header directories. Added one base directory for pre-processor.
2014-03-29 10:42:30 +02:00
MassimilianoPinto
4408d7095a
Merge branch 'release-0.5' into develop
2014-03-28 17:14:20 +01:00
MassimilianoPinto
1c448fe1c9
Documentation updated
...
Documentation updated
2014-03-28 17:13:39 +01:00
MassimilianoPinto
956e2e1da5
branch updated
2014-03-28 17:11:48 +01:00
MassimilianoPinto
a5c7806999
develop updated, release 0.5
2014-03-28 17:05:46 +01:00
MassimilianoPinto
2cd8293e7a
Merge branch 'release-0.5' of https://github.com/skysql/MaxScale into release-0.5
2014-03-28 17:03:30 +01:00
MassimilianoPinto
f57ceb97ad
Update from 'release-0.5'
2014-03-28 16:29:27 +01:00
MassimilianoPinto
54d3baf1db
Merge branch 'release-0.5' of https://github.com/skysql/MaxScale into release-0.5
2014-03-28 16:26:12 +01:00
MassimilianoPinto
1a4e1b5ef1
branch update
...
branch update
2014-03-28 16:26:06 +01:00
MassimilianoPinto
6f46742201
master update from 'release-0.5'
2014-03-28 16:21:10 +01:00
Mark Riddoch
efebd27d31
Galera HA Connection Router
...
Example Galera Connection router for HA environments. Code produced as
part of router writers tutorial.
2014-03-28 14:48:21 +00:00
Mark Riddoch
f544d0df3c
Release Notes 0.5
...
MaxScale 0.5 alpha release notes
2014-03-28 14:46:38 +00:00
MassimilianoPinto
c64da13617
Removed preview from file name
...
Removed preview from file name
2014-03-28 15:40:12 +01:00
MassimilianoPinto
768c51f5bc
Unix domain socket option
...
Unix domain socket option
2014-03-28 11:54:14 +01:00
MassimilianoPinto
3ffd4033bc
Added socket and address options in Listener section
...
Added socket and address options in Listener section
2014-03-28 11:34:46 +01:00
MassimilianoPinto
02a34038ce
Added socket and address options in Listener section
...
Added socket and address options in Listener section
2014-03-28 11:33:32 +01:00
VilhoRaatikka
8b23a59fb2
Merged new tests and fix in query classifier in develop into release-0.5.
...
Merge branch 'develop' into release-0.5
2014-03-28 00:22:43 +02:00
VilhoRaatikka
7c3a354fd8
Query classifier ignored implicit commits in cases of write commands. Fixed it.
...
Added more tests for transaction support. Mostly different cases where some command triggers implicit commit in the middle of transaction.
2014-03-28 00:16:18 +02:00
Timofey Turenko
5c9f25cc2d
Merge branch 'develop' into packaging
2014-03-27 19:16:35 +02:00