Commit Graph

  • c3627c83be Fix hang on multi-statemet query Markus Mäkelä 2017-10-10 16:37:02 +03:00
  • 820e86ac7d Fix buffer length calculation in modutil_count_signal_packets Markus Mäkelä 2017-10-10 15:11:28 +03:00
  • f5f39efcdc Update 2.2.0 release notes Johan Wikman 2017-10-10 13:37:21 +03:00
  • 42cb6bbff7 Fix multi-statement execution in readwritesplit Markus Mäkelä 2017-10-10 08:25:18 +03:00
  • d9922ac895 Fix debug assertion in modutil_count_signal_packets Markus Mäkelä 2017-10-10 07:25:47 +03:00
  • cdf68ab86e Fix muti-result handling in modutil_count_signal_packets Markus Mäkelä 2017-10-10 07:14:05 +03:00
  • 139b974306 Add function for logging buffer contents as hex Markus Mäkelä 2017-10-10 07:11:37 +03:00
  • 30a99b2632 Fix unintentional fallthrough Markus Mäkelä 2017-10-10 06:10:11 +03:00
  • 69cddb2695 MXS-1466: Add support for new variables: @@log_bin, @@max_connections, @@gtid_strict_mode etc MassimilianoPinto 2017-10-09 18:57:23 +02:00
  • 08bdbb45db Add missing initialization of MySQLProtocol::collect_result Markus Mäkelä 2017-10-09 19:52:35 +03:00
  • d64cd5cab8 Return results as sets of packets Markus Mäkelä 2017-10-09 16:14:36 +03:00
  • 3015e6c97d Add file names and line numbers to stacktraces Markus Mäkelä 2017-10-09 16:14:36 +03:00
  • 6b7ccea4e3 Fix large_insert_hang compilation failure Markus Mäkelä 2017-10-09 16:01:40 +03:00
  • ede52c8af9 Add OK packet processing test Markus Mäkelä 2017-10-09 14:05:38 +03:00
  • 2c2f86cebb Fix OK packet status extraction in readwritesplit Markus Mäkelä 2017-10-09 13:38:12 +03:00
  • 13265876a9 Add MaxCtrl test for start/stop maxscale Markus Mäkelä 2017-10-09 12:29:55 +03:00
  • 80892c1657 Update MaxCtrl documentation Markus Mäkelä 2017-10-09 10:50:56 +03:00
  • 9805df7af0 Update Avro router documentation MassimilianoPinto 2017-10-09 11:00:02 +02:00
  • c8b9bf09b8 Fix typo in readwritesplit comments Markus Mäkelä 2017-10-08 23:28:01 +03:00
  • 75316712e7 Fix error messages in sync_slaves Markus Mäkelä 2017-10-08 23:25:05 +03:00
  • c5ff130b33 Process backend packets only once Markus Mäkelä 2017-10-08 23:15:18 +03:00
  • d97742bf66 Fix crash in backend command tracking Markus Mäkelä 2017-10-08 22:06:43 +03:00
  • 2ca050156f Fix backend protocol command tracking Markus Mäkelä 2017-10-07 23:17:10 +03:00
  • b8035a6047 Order members to ensure alignment Johan Wikman 2017-10-07 09:03:55 +03:00
  • b80cf36f1f Fix compilation failure in readwritesplit Markus Mäkelä 2017-10-06 16:43:27 +03:00
  • 9d6c2010b3 Check before clearing statements stored in the session Markus Mäkelä 2017-10-06 15:28:44 +03:00
  • b00964dc54 Allocate shared buffer and its data in one chunk Johan Wikman 2017-10-06 15:13:29 +03:00
  • 225837cf6e Inline get_backend_from_dcb Markus Mäkelä 2017-10-06 15:04:04 +03:00
  • 27aa435080 Add minor performance improvements to readwritesplit Markus Mäkelä 2017-10-06 13:34:07 +03:00
  • e14234cb1e Clean up get_backend_from_dcb Markus Mäkelä 2017-10-06 12:45:46 +03:00
  • 83b26a986f Make mxs_mysql_get_command inline Johan Wikman 2017-10-06 13:44:32 +03:00
  • 8f076be142 Bail out earlier when walking parse tree Johan Wikman 2017-10-06 12:59:31 +03:00
  • 81f9425c9b Use references instead of copies of SRWBackend Markus Mäkelä 2017-10-06 11:34:33 +03:00
  • 5f13f1d358 Fix handling of collected results Markus Mäkelä 2017-10-06 03:06:50 +03:00
  • f26203cec4 Make each packet contiguous for RCAP_TYPE_STMT_OUTPUT Markus Mäkelä 2017-10-05 18:30:41 +03:00
  • 8bcd30ea7c Inline backend related functions Markus Mäkelä 2017-10-05 17:49:50 +03:00
  • 9ece996466 Use custom result set detection functions Markus Mäkelä 2017-10-05 17:03:36 +03:00
  • e474b78d95 Remove unnecessary result processing in readwritesplit Markus Mäkelä 2017-10-05 16:03:00 +03:00
  • 6ba20795b4 Fix GCC7 warnings in cache filter Markus Mäkelä 2017-10-05 14:52:46 +03:00
  • 75d298693c Fix GCC7 warnings in binlogrouter Markus Mäkelä 2017-10-05 14:51:16 +03:00
  • c6ed779dcf Fix buffer overflow in test program Johan Wikman 2017-10-05 15:15:55 +03:00
  • 8964581f03 Update bug-list of MaxScale 2.2.0 release notes Johan Wikman 2017-10-05 14:01:51 +03:00
  • eca25b06ab Update Change Log for 2.2 Johan Wikman 2017-10-05 13:29:03 +03:00
  • 3dad78e33a Fix issue processing script Markus Mäkelä 2017-10-05 14:11:36 +03:00
  • 6dd9b4f235 Add note about MaxCtrl to release notes Markus Mäkelä 2017-10-05 13:51:14 +03:00
  • bbd5fe8288 Fix GTID setup in tests Markus Mäkelä 2017-10-05 11:09:09 +03:00
  • d391db6c2a Fix sync_slaves Markus Mäkelä 2017-10-05 08:20:08 +03:00
  • 8159798d85 Clean up setup_binlog_gtid Markus Mäkelä 2017-10-05 08:14:39 +03:00
  • 0cb72937cd Disable multi-MaxScale initialization by default Markus Mäkelä 2017-10-05 08:09:58 +03:00
  • a4271cb94e Order member variable initialization in TestConnections Markus Mäkelä 2017-10-05 08:06:10 +03:00
  • a3ba81ddbe Add example to REST API module command documentation Markus Mäkelä 2017-10-03 13:40:30 +03:00
  • da2201d16c Use absolute paths in kerberos_setup Markus Mäkelä 2017-10-04 12:16:01 +03:00
  • 503e768d80 Add methods for changing the active MaxScale instance Markus Mäkelä 2017-10-04 10:57:12 +03:00
  • 9f74878794 Run smoke tests by default Markus Mäkelä 2017-10-04 10:34:06 +03:00
  • 7dfa1577fc Use new MaxScale object names in mxs1457_ignore_deleted Markus Mäkelä 2017-10-04 00:47:31 +03:00
  • 617abd0d52 Fix read of uninitialized memory when DNS lookup fails Markus Mäkelä 2017-10-04 00:45:05 +03:00
  • 9f66278ac2 Fix typo in IP testing database Markus Mäkelä 2017-10-03 22:32:56 +03:00
  • 648c339f65 Merge branch '2.2-mrm' into develop Johan Wikman 2017-10-03 16:11:01 +03:00
  • df816ea2a9 MXS-1460 Add failover_script parameter Johan Wikman 2017-10-03 14:37:00 +03:00
  • 305f01f3e2 Merge branch '2.2-mrm' into develop Markus Mäkelä 2017-10-03 15:15:52 +03:00
  • 613994ca8a Merge branch '2.2' into 2.2-mrm Markus Mäkelä 2017-10-03 15:15:39 +03:00
  • 54a7051a3f Fix tests broken by the merge Markus Mäkelä 2017-10-03 15:14:06 +03:00
  • e9070216fc Merge branch '2.2-mrm' into develop Markus Mäkelä 2017-10-03 15:03:46 +03:00
  • 8c3c103060 Merge branch '2.2' into 2.2-mrm Markus Mäkelä 2017-10-03 14:52:21 +03:00
  • 7ca8db14de MXS-1444: Add monitor parameter alteration Markus Mäkelä 2017-10-02 14:14:54 +03:00
  • 4ee5c991c2 MXS-1452: Extend kill parsing test Markus Mäkelä 2017-10-02 15:04:38 +03:00
  • 96d160f897 MXS-1452: Add support for KILL USER <name> Markus Mäkelä 2017-10-02 14:53:30 +03:00
  • 4150dee952 Extend KILL parsing test Markus Mäkelä 2017-09-28 22:00:57 +03:00
  • 49b179bf69 Add HARD/SOFT to executed KILL commands Markus Mäkelä 2017-09-27 21:17:52 +03:00
  • 4dd6842447 Send KILL commands to backends Markus Mäkelä 2017-09-27 16:18:36 +03:00
  • a7e610a70a Extract shared session information in LocalClient constructor Markus Mäkelä 2017-09-27 14:51:36 +03:00
  • cd83aa40db Stop monitors first when shutting down Markus Mäkelä 2017-09-29 10:03:43 +03:00
  • 27d1be7f96 Merge branch '2.2' of github.com:mariadb-corporation/MaxScale into 2.2 Markus Mäkelä 2017-10-03 14:46:14 +03:00
  • bd39284f9c Merge branch '2.1' into 2.2 Markus Mäkelä 2017-10-03 14:30:06 +03:00
  • 267a45ad63 MXS-1441 Add switchover_script parameter Johan Wikman 2017-10-03 11:57:58 +03:00
  • 9280f1a5d7 MXS-1367: Add timeouts for retried queries Markus Mäkelä 2017-10-03 11:12:45 +03:00
  • 67ef7bd058 MXS-1367: Take mxs_mysql_query into use Markus Mäkelä 2017-10-03 01:52:54 +03:00
  • f1f8a4b5b2 MXS-1367: Retry interrupted queries Markus Mäkelä 2017-10-03 01:37:12 +03:00
  • 17c3d1e612 MXS-1441 Make externcmd_allocate const correct Johan Wikman 2017-10-03 10:45:37 +03:00
  • cf0a87e7f2 MXS-1441 Expose monitor_launch_command Johan Wikman 2017-10-03 10:32:42 +03:00
  • 8d1c4bdd56 MXS-1441 Use monitor_launch_script for performing switchover Johan Wikman 2017-10-03 09:27:15 +03:00
  • e295d438d4 MXS-1441 Expose monitor_launch_script Johan Wikman 2017-10-03 09:19:23 +03:00
  • f29d8209cc MXS-1441 Create proper json error objects Johan Wikman 2017-10-02 13:09:54 +03:00
  • e41f60fd2e Add mxs_json_error_append Johan Wikman 2017-10-02 12:33:20 +03:00
  • 438b4e0341 Merge branch '2.2' into 2.2-mrm Johan Wikman 2017-10-02 15:49:08 +03:00
  • 68432bbaa3 Rename MXS_MONITOR::databases to MXS_MONITOR::monitored_servers Johan Wikman 2017-10-02 15:31:54 +03:00
  • 8d03876e3e Rename MXS_MONITOR_SERVERS to MXS_MONITORED_SERVER Johan Wikman 2017-10-02 15:01:56 +03:00
  • 0cd62c6f29 Make bug509 more Galera friendly Markus Mäkelä 2017-10-02 11:46:38 +03:00
  • 4f675997fb Use correct binlog position in mm_mysqlmon Markus Mäkelä 2017-10-02 11:22:13 +03:00
  • 6a33e55b6f Backport no_vm_revert option Markus Mäkelä 2017-10-02 10:55:00 +03:00
  • 1772cc9021 Move blr_set_checksum into blr.h Markus Mäkelä 2017-10-02 10:47:27 +03:00
  • 6f84f960ff Add fatal signal hanlder to TestConnections Markus Mäkelä 2017-10-02 10:32:46 +03:00
  • 1fd50222f8 Remove .secrets on test startup Markus Mäkelä 2017-10-02 10:01:54 +03:00
  • d3acb9573f Do minor improvements to monitor tests Markus Mäkelä 2017-10-02 00:49:17 +03:00
  • af08647fa2 Add variadic ssh function to mariadb_nodes Markus Mäkelä 2017-10-01 10:49:11 +03:00
  • 69557c650e Fix stack trace generation Markus Mäkelä 2017-09-30 12:37:40 +03:00
  • 94a55f6602 Add missing declaration of blr_set_checksum Markus Mäkelä 2017-09-30 08:37:12 +03:00
  • 27ccf0877c Fix bug in the cdc_connector Markus Mäkelä 2017-09-29 10:59:45 +03:00
  • b446f442b6 Process data sent before authentication is complete Markus Mäkelä 2017-09-29 10:30:00 +03:00
  • c6623337b6 Stop monitors first when shutting down Markus Mäkelä 2017-09-29 10:03:43 +03:00