Commit Graph

  • 995c890664 Fix uninitialized pointers in readwritesplit Markus Mäkelä 2019-03-15 15:36:46 +02:00
  • a3af8ffdd0 MXS-2325 Add test case Esa Korhonen 2019-03-08 16:18:06 +02:00
  • 14b4fa632a MXS-2271 Move Monitor inside maxscale-namespace Esa Korhonen 2019-03-13 10:38:13 +02:00
  • 5e3f837b42 MXS-2271 Continue monitor header cleanup Esa Korhonen 2019-03-11 10:27:06 +02:00
  • 667a9f1c6f Merge branch '2.3' into develop Markus Mäkelä 2019-03-15 12:31:08 +02:00
  • 14890cb232 Merge branch '2.2' into 2.3 Markus Mäkelä 2019-03-15 12:26:59 +02:00
  • 4697128b3c Update 2.2 maintenance version Markus Mäkelä 2019-03-15 11:42:41 +02:00
  • 4400876b46 Update release date Markus Mäkelä 2019-03-15 11:40:42 +02:00
  • 29b8d12be3 Always ignore EPIPE errors Markus Mäkelä 2019-03-14 20:08:13 +02:00
  • f9853431ee Simplify maxrows test config Markus Mäkelä 2019-03-14 12:22:25 +02:00
  • 09dc92973e Discard connections as the last step Markus Mäkelä 2019-03-14 09:25:25 +02:00
  • e5edb5c78f Fix reads into bad memory in readwritesplit Markus Mäkelä 2019-03-13 19:35:32 +02:00
  • b537176248 Fix parsing of non-query packets Markus Mäkelä 2019-03-13 15:44:02 +02:00
  • e83555f126 Update release documentation Markus Mäkelä 2019-03-13 14:09:00 +02:00
  • 0df7228e5e Add 2.2.20 release notes Markus Mäkelä 2019-03-13 13:57:16 +02:00
  • e2ac52826a MXS-2375: Provide aliases for [start|stop] maxscale Markus Mäkelä 2019-03-12 07:24:19 +02:00
  • 84e456eee2 ignore truncate() return in fwf_syntax test Timofey Turenko 2019-03-13 12:53:12 +02:00
  • ac5ee1278c MXS-2271 Cleanup internal monitor header and its functions Esa Korhonen 2019-03-07 18:51:54 +02:00
  • e7abc53b70 MXS-2304 Clean up configuration serialization Esa Korhonen 2019-03-07 12:03:28 +02:00
  • f05a2317d9 Merge branch '2.3' into develop Esa Korhonen 2019-03-12 11:22:34 +02:00
  • 040562f718 MXS-2342 Run MariaDBMonitor diagnostics concurrent with the monitor loop Esa Korhonen 2019-02-25 16:54:47 +02:00
  • a8949b2560 MXS-2271 Move free monitor functions into classes Esa Korhonen 2019-03-06 14:41:06 +02:00
  • 40f24aaaee MXS-2271 Remove m_monitor self pointer Esa Korhonen 2019-03-05 18:19:28 +02:00
  • a8c878fbca MXS-2271 Remove unused setters Esa Korhonen 2019-03-05 16:04:49 +02:00
  • 1858fe9127 MXS-2271 Monitor modifications always go through Monitor::configure() Esa Korhonen 2019-01-29 15:34:05 +02:00
  • 703f65700a Use INT with retain_last_statements Markus Mäkelä 2019-03-11 21:48:33 +02:00
  • b07c53d532 Remove multi-master monitor Esa Korhonen 2019-03-06 11:06:12 +02:00
  • b4c5500fa1 MXS-2362 Document SchemaRouter table-sharding limitations Esa Korhonen 2019-03-07 13:33:03 +02:00
  • 8abe1c8448 Merge branch '2.3' into develop Esa Korhonen 2019-03-11 15:46:18 +02:00
  • c8078c99e5 MXS-2325 Fix Debian 8 compilation Esa Korhonen 2019-03-11 14:24:49 +02:00
  • 50f588db3e MXS-2370 Clarify query timeout warning message Esa Korhonen 2019-03-07 14:59:28 +02:00
  • f76ae381c0 MXS-2325 Update documentation with the new behavior Esa Korhonen 2019-03-05 15:21:15 +02:00
  • 1c3a5bda83 Merge branch '2.3' into develop Markus Mäkelä 2019-03-11 12:27:42 +02:00
  • 3081bfbb1e Merge branch '2.2' into 2.3 Markus Mäkelä 2019-03-11 10:49:06 +02:00
  • c132125d55 Fix log truncation Markus Mäkelä 2019-03-09 17:16:37 +02:00
  • 160b4e6e05 MXS-2368: Fix reading of non-tty input Markus Mäkelä 2019-03-07 04:33:54 +02:00
  • 710e5df27b MXS-2365: Fix classification of queued queries Markus Mäkelä 2019-03-05 18:09:01 +02:00
  • 5c5c6630bf Fix retain_last_statements Markus Mäkelä 2019-03-05 16:57:38 +02:00
  • 7f27db02a8 Fix global retain_last_statements Markus Mäkelä 2019-03-05 14:00:47 +02:00
  • 444c120101 Merge branch '2.3' of github.com:mariadb-corporation/MaxScale into 2.3 Timofey Turenko 2019-03-08 13:55:07 +02:00
  • 247e558ffa Fix tls-model exposure to other modules Markus Mäkelä 2019-03-08 09:51:49 +02:00
  • 5005facfb1 Always dump the full configuration Markus Mäkelä 2019-03-08 07:48:34 +02:00
  • 7db87784ac Deliver hangups only to valid DCBs Markus Mäkelä 2019-03-08 07:45:59 +02:00
  • 71a3cde441 MXS-2373: Fix filter serialization Markus Mäkelä 2019-03-07 20:28:09 +02:00
  • c83868936a fix start_maxscale for valgrind case Timofey Turenko 2019-03-08 11:47:11 +02:00
  • 18a30f05c2 Connect to master on read if master_accept_reads is on Markus Mäkelä 2019-03-06 16:14:38 +02:00
  • bfc874dea1 MXS-2350: Connect on session command with lazy_connect Markus Mäkelä 2019-03-04 12:43:43 +02:00
  • 24ea222ed6 MXS-2350: Allow lazy connection creation Markus Mäkelä 2019-02-28 21:17:17 +02:00
  • 95317725ce Merge branch '2.3' into develop Markus Mäkelä 2019-03-07 16:21:03 +02:00
  • 267ec9cccc Fix filter serialization Markus Mäkelä 2019-03-07 16:02:49 +02:00
  • 48d2f3bd84 Correct REST-API-Tutorial Markus Mäkelä 2019-03-07 15:46:14 +02:00
  • 5b43940559 Track session state only when required Markus Mäkelä 2019-03-05 12:24:15 +02:00
  • b97976c4ee MXS-2323: Close stale connections Markus Mäkelä 2019-03-05 11:20:34 +02:00
  • a7be3c527c Remove unnecessary memory allocations Markus Mäkelä 2019-03-05 10:47:56 +02:00
  • e7f739e95d MXS-2337 Fix sharding test Esa Korhonen 2019-03-04 18:16:56 +02:00
  • 4208dff2e6 MXS-2337 Schemarouter responds correctly to SHOW TABLES Esa Korhonen 2019-02-22 14:01:20 +02:00
  • 9572ff84ea Merge branch '2.3' into develop Markus Mäkelä 2019-03-05 10:37:56 +02:00
  • 6332f0876b Merge remote-tracking branch 'origin/2.3' into 2.3 Markus Mäkelä 2019-03-05 04:59:26 +02:00
  • 77ef3dd613 Merge branch '2.2' into 2.3 Markus Mäkelä 2019-03-05 04:54:40 +02:00
  • 8a0b6005a4 MXS-2335: Fix lower_case_table_names Markus Mäkelä 2019-02-18 13:03:44 +02:00
  • 83fc3b1bc2 Merge branch '2.3' into develop Esa Korhonen 2019-03-04 17:43:53 +02:00
  • 42b3f970c5 MXS-2260: Add REST API tutorial Markus Mäkelä 2019-03-04 16:40:17 +02:00
  • 4fd4b726a1 MXS-2325 Only enable events that were enabled on the master Esa Korhonen 2019-02-27 13:24:37 +02:00
  • c2459c420d MXS-2304 Rename fields of CONFIG_CONTEXT Esa Korhonen 2019-02-22 17:34:30 +02:00
  • 900cbb4cff MXS-2304 Move last config_get_x() functions inside class Esa Korhonen 2019-02-20 14:45:53 +02:00
  • 966787e119 do not create or copy repos if build failed Timofey Turenko 2019-03-04 11:29:38 +02:00
  • b7bfb08216 Merge branch '2.2' of github.com:mariadb-corporation/MaxScale into 2.2 Timofey Turenko 2019-03-04 10:54:31 +02:00
  • 019c8fc2e1 MXS-2333 Correct typo in Clustrix monitor tutorial Johan Wikman 2019-03-04 10:43:39 +02:00
  • af33d19703 Add short version of --tls-verify-server-cert Markus Mäkelä 2019-03-04 10:13:06 +02:00
  • 6436d959e3 Fix avrorouter file rotation Markus Mäkelä 2019-03-03 22:04:49 +02:00
  • 7904cdaefb Fix assume_unique_hostnames Markus Mäkelä 2019-03-02 23:52:44 +02:00
  • 14557c7455 MXS-2357: Explain runtime changes in alter service Markus Mäkelä 2019-03-02 17:27:47 +02:00
  • 7fb2ae571b Improve blocked host error message Markus Mäkelä 2019-03-02 04:20:09 +02:00
  • 6c05fa7d54 MXS-2302: Use unique_ptr for hint storage Markus Mäkelä 2019-03-03 00:05:02 +02:00
  • d52f685ee2 MXS-2302: Rename hintfilter objects Markus Mäkelä 2019-02-18 18:18:07 +02:00
  • e5299e1eab MXS-2302: Move hint parser into its own class Markus Mäkelä 2019-02-18 18:14:12 +02:00
  • 3fef15e892 MXS-2302: Remove templates from parsing code Markus Mäkelä 2019-02-18 18:03:08 +02:00
  • 684ddfd12d MXS-2302: Use filter template in hintfilter Markus Mäkelä 2019-02-18 11:37:14 +02:00
  • 1d49e45036 MXS-2302: Do hint processing in a member function Markus Mäkelä 2019-02-18 11:12:27 +02:00
  • f106864659 MXS-2302: Use STL containers for hint storage Markus Mäkelä 2019-02-18 11:00:53 +02:00
  • a6ab05b673 Fix format-overflow warnings in tests Markus Mäkelä 2019-02-18 09:03:07 +02:00
  • 2045ac656b MXS-2302: Remove unused hintfilter code Markus Mäkelä 2019-02-17 21:26:21 +02:00
  • ec234124b1 MXS-2302: Remove unused parsing code Markus Mäkelä 2019-02-17 21:21:38 +02:00
  • c5a8b693c3 MXS-2302: Take new hint parsing code into use Markus Mäkelä 2019-02-17 21:16:52 +02:00
  • ca9224bf88 MXS-2302: Rewrite hint tokenization and parsing Markus Mäkelä 2019-02-15 13:14:25 +02:00
  • 897fee715d MXS-2302: Use const char* in hintfilter functions Markus Mäkelä 2019-02-15 11:58:20 +02:00
  • 11be8ed0f0 MXS-2302: Add comment extraction code Markus Mäkelä 2019-02-14 11:02:57 +02:00
  • 9ec4557075 create symlink rhel -> centos and do not use real rhel build Timofey Turenko 2019-03-01 15:13:54 +02:00
  • 8d6932abb2 fix compiler warnings in tests Timofey Turenko 2019-02-27 23:57:13 +02:00
  • 0f4e485a1c fix compiler warnings in rds_vpc test Timofey Turenko 2019-02-27 23:42:15 +02:00
  • 21fc015635 Fix compiler warnings in system tests Timofey Turenko 2019-02-27 23:15:36 +02:00
  • cc3dbeeb6c add start and stop VM functions Timofey Turenko 2019-02-27 22:34:41 +02:00
  • 9de26b6df0 add -DCMAKE_BUILD_TYPE=Debug to run_test_snapshot.sh Timofey Turenko 2019-02-27 22:22:26 +02:00
  • 41a72bcc30 Fix config parameter related tests Esa Korhonen 2019-02-25 17:10:00 +02:00
  • b0efcea3f6 Remove vagrant lock from build.sh and run_test.sh (#190) Timofey Turenko 2019-02-25 14:22:32 +02:00
  • 2a63fb0776 MXS-2304 Store config parameter container as value in monitor and service Esa Korhonen 2019-02-19 19:29:13 +02:00
  • 3fa4a85a1e MXS-2304 Use values instead of pointers in CONFIG_CONTEXT Esa Korhonen 2019-02-19 13:35:22 +02:00
  • 2440b48ccc Mxs 2236 own longtest (#189) Timofey Turenko 2019-02-22 16:12:57 +02:00
  • ab7c19e1a4 MXS-2294 Update PAM authenticator documentation Esa Korhonen 2019-02-19 12:19:06 +02:00
  • 5828c93112 MXS-2304 Convert static config parameter methods to non-static Esa Korhonen 2019-02-18 18:31:59 +02:00