Files
MaxScale/query_classifier/test
Johan Wikman ef1ec2e524 MXS-1591 Mark GET_LOCK(...) et.al. as WRITE
The follwing statements

    SELECT GET_LOCK('lock1',10);
    SELECT IS_FREE_LOCK('lock1');
    SELECT IS_USED_LOCK('lock1');
    SELECT RELEASE_LOCK('lock1');

are now classified as QUERY_TYPE_READ|QUERY_TYPE_WRITE. That will
make cooperative locking work if these functions are used inside
non-read-only transactions and outside transanctions.
2018-01-29 15:25:21 +02:00
..
2017-09-25 14:04:03 +03:00
2016-08-11 12:44:07 +03:00
2017-06-30 08:36:19 +02:00
2017-08-24 09:58:18 +03:00
2017-08-31 13:27:02 +03:00
2017-08-24 09:58:18 +03:00
2017-09-25 14:24:42 +03:00
2017-06-28 21:33:04 +02:00
2017-08-31 13:27:02 +03:00
2017-01-17 14:48:43 +02:00