Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5.34
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment: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'
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Why do you think there should be a 'MAX_QUERY_TIME' variable?