Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.34
-
None
-
None
-
None
-
Linux
Description
[revin@forge mysql]$ sb 55341
|
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
Your MariaDB connection id is 3
|
Server version: 5.5.34-MariaDB MariaDB Server
|
|
|
Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.
|
|
|
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
|
|
mysql [localhost] {msandbox} ((none)) > SET @@SESSION.MAX_QUERY_TIME=0.5;
|
ERROR 1193 (HY000): Unknown system variable 'MAX_QUERY_TIME'
|
mysql [localhost] {msandbox} ((none)) > SET SESSION MAX_QUERY_TIME=0.5;
|
ERROR 1193 (HY000): Unknown system variable 'MAX_QUERY_TIME'
|
mysql [localhost] {msandbox} ((none)) > SET GLOBAL MAX_QUERY_TIME = 0.5
|
-> ;
|
ERROR 1193 (HY000): Unknown system variable 'MAX_QUERY_TIME'
|