Commit Graph

  • 10b2b4ac37 MXS-1703 Use monitor-specific array instead of linked list Esa Korhonen 2018-04-27 18:33:46 +03:00
  • b44f2cfa36 Remove SERVER->slaves field Esa Korhonen 2018-04-27 16:19:57 +03:00
  • b6eff12334 Merge branch '2.2' into develop Markus Mäkelä 2018-05-07 09:57:47 +03:00
  • 689c02d301 Send error on reauthentication failure Markus Mäkelä 2018-05-04 12:42:46 +03:00
  • 43cfa5eab5 Fix TSV output in MaxCtrl Markus Mäkelä 2018-05-04 10:50:47 +03:00
  • 4a0df97e02 Merge branch '2.2' into develop Markus Mäkelä 2018-05-04 10:18:48 +03:00
  • 2bb6c84be0 MXS-1847: Return value length in server_get_parameter Markus Mäkelä 2018-05-03 13:23:01 +03:00
  • 8b5221e13a Fix error message when no command is given Markus Mäkelä 2018-05-03 10:45:54 +03:00
  • eba6c0c596 MXS-1842 Compile all authenticators as C++ Johan Wikman 2018-05-02 15:41:03 +03:00
  • aa1c956aa7 MXS-1841 Compile all filters as C++ Johan Wikman 2018-05-02 15:11:04 +03:00
  • 658329b648 Merge branch '2.2' into develop Markus Mäkelä 2018-05-03 10:00:44 +03:00
  • 42c468ff16 MXS-1847: Make server parameter updates atomic Markus Mäkelä 2018-05-02 23:19:07 +03:00
  • 612b4e1a32 MXS-1847: Fix server_get_parameter Markus Mäkelä 2018-05-02 22:21:18 +03:00
  • e311b86800 MXS-1826: Respond with AuthSwitchRequest to COM_CHANGE_USER Markus Mäkelä 2018-04-30 07:15:20 +03:00
  • 66d7281d97 MXS-1846: Send correct packet number in errors Markus Mäkelä 2018-05-02 13:30:23 +03:00
  • e10b62e246 Add package-lock.json to maxctrl Markus Mäkelä 2018-05-02 08:39:19 +03:00
  • bc21a28741 Add sum helper to api command Markus Mäkelä 2018-05-02 08:12:03 +03:00
  • 121d255780 Add protocol packet statistics to servers Markus Mäkelä 2018-05-01 21:59:08 +03:00
  • c33460cb53 MXS-1804: Update limitations document Markus Mäkelä 2018-05-02 17:53:49 +03:00
  • d6c44aaf52 MXS-1804: Allow large session commands Markus Mäkelä 2018-05-02 17:47:59 +03:00
  • dc4086b182 MXS-1828: Create test case Markus Mäkelä 2018-05-02 15:13:47 +03:00
  • 9ef1ffa878 MXS-1507: Test transaction replay with switchover Markus Mäkelä 2018-05-02 10:37:21 +03:00
  • ff8a7c8b93 MXS-1507: Add transaction replay statistics Markus Mäkelä 2018-05-02 09:09:32 +03:00
  • 8a52478afa Remove redundant diagnostic output Markus Mäkelä 2018-05-02 09:02:24 +03:00
  • 4b95bbc7b8 Enable info log for failing tests Markus Mäkelä 2018-05-02 08:44:54 +03:00
  • 09b6668064 Ignore cleanup failures in sharding_load_data Markus Mäkelä 2018-05-01 10:14:13 +03:00
  • 3030799ae1 Fix GTID updating for slaves Markus Mäkelä 2018-05-01 10:03:01 +03:00
  • 8ad3b903f9 Fix hang with large COM_STMT_SEND_LONG_DATA Markus Mäkelä 2018-04-30 20:13:15 +03:00
  • 11e20f9cca Merge branch '2.1' of github.com:mariadb-corporation/MaxScale into 2.1 Timofey Turenko 2018-05-02 11:33:13 +03:00
  • 64d84cf1e0 Merge branch '2.2' into develop Johan Wikman 2018-05-02 10:45:59 +03:00
  • 8c9aa82a69 Merge branch '2.1' into 2.2 Johan Wikman 2018-05-02 10:40:24 +03:00
  • b8bba93f08 MXS-1839 Do not leak memory from maxinfo "show sessions" Johan Wikman 2018-05-02 10:37:03 +03:00
  • 3d8c447b3a MXS-1836 Do not store pointer to data on the stack Johan Wikman 2018-04-27 14:17:01 +03:00
  • 7876c3c70f MXS-1835 Turn all protocol modules into C++ Johan Wikman 2018-04-27 12:04:35 +03:00
  • da16ba538d MXS-1834 Compile all monitors as C++ Johan Wikman 2018-04-27 10:35:31 +03:00
  • e2b9e95e63 add libedit-dev build dependency to DEB-builds Timofey Turenko 2018-04-30 14:13:41 +03:00
  • 490d8c0963 Merge branch '2.2' into develop Markus Mäkelä 2018-04-30 12:38:19 +03:00
  • 2f8bb71a58 MXS-1507: Test resultset checksum functionality Markus Mäkelä 2018-04-27 13:25:33 +03:00
  • 1e700ab9ba MXS-1832: Return 1 on failure Markus Mäkelä 2018-04-30 09:45:06 +03:00
  • 02b6cd7004 MXS-173 Initial version of throttle filter Niclas Antti 2018-04-24 11:28:09 +03:00
  • cca39b910d MXS-1837: Fix typo in REST API documentation Markus Mäkelä 2018-04-30 06:27:04 +03:00
  • 452f2190ae MXS-1826: Handle Authswitch packet for COM_CHANGE_USER Markus Mäkelä 2018-04-28 11:01:48 +03:00
  • 62a3dd664d MXS-1755 Warn about unknown global configuration entries. Niclas Antti 2018-04-26 14:32:05 +03:00
  • 34aefa55c8 Remove write permissions on scripts Markus Mäkelä 2018-04-27 18:15:19 +03:00
  • cfa599aea8 MXS-1833: Force all maxinfo traffic to the main thread Markus Mäkelä 2018-04-27 00:23:45 +03:00
  • 6cebe67374 MXS-1831: Add test case Markus Mäkelä 2018-04-26 18:19:44 +03:00
  • bbe59732d8 MXS-1831: Return error on invalid monitor parameter Markus Mäkelä 2018-04-26 17:57:08 +03:00
  • 39ca403ffa Deprecate mysql51_replication Markus Mäkelä 2018-04-27 12:34:37 +03:00
  • fd2d22eba6 Allow module level parameter deprecation Markus Mäkelä 2018-04-27 12:32:33 +03:00
  • 96af90628f Add notes about experimental modules Markus Mäkelä 2018-04-26 15:48:05 +03:00
  • 8b09ec56cf Add resultset helper function to mariadb_func.h Markus Mäkelä 2018-04-26 15:44:09 +03:00
  • 9ba9322b9b MXS-1752: Make cat experimental Markus Mäkelä 2018-04-26 15:35:00 +03:00
  • 84ec46d6f0 MXS-1752: Warn that module is not GA Markus Mäkelä 2018-04-26 13:53:03 +03:00
  • 2cfa66ff7d MXS-1752: Clarify router behavior Markus Mäkelä 2018-04-24 11:56:22 +03:00
  • 88ae276dd6 MXS-1752: Fail if no connections were created Markus Mäkelä 2018-04-07 08:00:03 +03:00
  • 6cd75cc31c MXS-1752: Add cat documentation Markus Mäkelä 2018-03-31 14:34:20 +03:00
  • 89df068ed5 MXS-1752: Remove EOF packet generation Markus Mäkelä 2018-03-31 13:39:48 +03:00
  • 4966fb9e96 MXS-1752: Add prototype concatenation router Markus Mäkelä 2018-03-29 10:33:31 +03:00
  • e01cfe0fba Remove avrorouter deadlock Markus Mäkelä 2018-04-27 10:02:14 +03:00
  • 59165b8dd5 Simplify housekeeper shutdown Markus Mäkelä 2018-04-26 23:37:57 +03:00
  • df1fc49ac3 Add config parameter removal Markus Mäkelä 2018-04-26 17:43:01 +03:00
  • 5d010ff712 Cleanup SERVER struct Esa Korhonen 2018-04-26 15:29:41 +03:00
  • ba4700a983 MXS-1745 Remove unused fields Esa Korhonen 2018-04-26 12:20:09 +03:00
  • de1e299f3f MXS-1745 Save all rows from SHOW ALL SLAVES STATUS Esa Korhonen 2018-04-24 16:34:38 +03:00
  • 5f7257f432 MXS-1401 Add test cases Johan Wikman 2018-04-26 16:20:47 +03:00
  • a3a8b5523e MXS-1401 Support multiple cache rules Johan Wikman 2018-04-24 18:23:49 +03:00
  • 605f771518 MXS-1401 Extend rule parsing to handle array of rule objects Johan Wikman 2018-04-23 13:46:24 +03:00
  • 880e0fb74e Merge branch '2.2' into develop Markus Mäkelä 2018-04-26 16:39:00 +03:00
  • 6f80e11f1d Fix sequence test Markus Mäkelä 2018-04-26 12:50:23 +03:00
  • c97d2c94eb MXS-1825: Fix PS output parameter tracking for MySQL variants Markus Mäkelä 2018-04-26 09:22:17 +03:00
  • 260fcf85ec Remove false debug assertion Markus Mäkelä 2018-04-25 17:01:58 +03:00
  • a155d1085c MXS-1824: Add test case Markus Mäkelä 2018-04-25 09:47:44 +03:00
  • 0df326d581 MXS-1824: Track only the opening of cursors Markus Mäkelä 2018-04-25 09:24:52 +03:00
  • 5c534acf6b MXS-1830 Remove erroneous free Johan Wikman 2018-04-26 15:21:16 +03:00
  • 08230ef24c MXS-1830 Remove erroneous free Johan Wikman 2018-04-26 15:21:16 +03:00
  • 5572f0efcd Fix test_utils failure Markus Mäkelä 2018-04-25 22:07:43 +03:00
  • d8d2fbe4c5 MXS-1507: Test transaction limits Markus Mäkelä 2018-04-25 14:44:12 +03:00
  • 092532745d MXS-1507: Add transaction size limit Markus Mäkelä 2018-04-25 10:50:43 +03:00
  • cffed86962 MXS-1507: Add basic functional test Markus Mäkelä 2018-04-23 17:27:35 +03:00
  • cb5917b346 MXS-1507: Clarify transaction replay limitations Markus Mäkelä 2018-04-23 11:43:28 +03:00
  • 7de7e7b2fe MXS-1507: Replay read-only transaction Markus Mäkelä 2018-04-23 11:29:15 +03:00
  • 2848f96945 MXS-1507: Make transaction replay configurable Markus Mäkelä 2018-04-20 08:59:58 +03:00
  • c1c942a058 MXS-1507: Retry interrupted queries in transactions Markus Mäkelä 2018-04-19 16:10:10 +03:00
  • 01bf5cc8b0 MXS-1507: Add initial implementation of transaction replay Markus Mäkelä 2018-04-19 15:36:14 +03:00
  • daecb6980b MXS-1507: Use same mechanism for all delayed routing Markus Mäkelä 2018-04-19 15:25:14 +03:00
  • 92e0b944a9 MXS-1810: Create reset method for Checksum Markus Mäkelä 2018-04-19 15:23:14 +03:00
  • 050af8fb52 MXS-1810: Create Trx class Markus Mäkelä 2018-04-19 11:31:56 +03:00
  • 94038933d8 MXS-1810: Store transaction contents Markus Mäkelä 2018-04-19 09:47:25 +03:00
  • 53a5685dc2 MXS-1810: Add transaction checksums Markus Mäkelä 2018-04-19 09:25:19 +03:00
  • bb96c368c2 MXS-1810: Create generic Checksum class Markus Mäkelä 2018-04-18 21:01:02 +03:00
  • 602f977be6 MXS-1810: Add mxs::Checksum class Markus Mäkelä 2018-04-18 12:39:27 +03:00
  • 755d080161 MXS-1810: Add C++ hex conversion functions Markus Mäkelä 2018-04-18 12:25:18 +03:00
  • 640501c03a MXS-1810: Format utils.hh Markus Mäkelä 2018-04-18 11:30:26 +03:00
  • fd9e5af849 Merge branch '2.2' into develop Johan Wikman 2018-04-26 13:23:32 +03:00
  • 9cf44b3092 MXS-1829 Recognise PREVIOUS in addition to NEXT Johan Wikman 2018-04-26 13:03:54 +03:00
  • b2cc9e5107 MXS-1829 Add test that reveals problem Johan Wikman 2018-04-26 12:44:30 +03:00
  • 7c933df56f MXS-1703 Remove support for MariaDB/MySQL versions less than 5.5 Esa Korhonen 2018-04-24 18:23:23 +03:00
  • 8e3bec5d09 MXS-1703 Rename fields in SlaveStatus Esa Korhonen 2018-04-24 17:00:10 +03:00
  • a28aac8de0 MXS-1703 Cleanup do_show_slave_status() Esa Korhonen 2018-04-17 10:12:37 +03:00
  • 510ce38680 Update 2.2 version number in minor branch Johan Wikman 2018-04-25 11:07:55 +03:00