mirror of
https://github.com/MariaDB/server.git
synced 2026-04-18 22:35:33 +02:00
merge from 5.5 main
This commit is contained in:
commit
139844ccef
122 changed files with 1437 additions and 2713 deletions
|
|
@ -2,3 +2,4 @@ disable_query_log;
|
|||
--require r/true.require
|
||||
select (PLUGIN_LIBRARY LIKE 'auth_test_plugin%') as `TRUE` FROM INFORMATION_SCHEMA.PLUGINS
|
||||
WHERE PLUGIN_NAME='test_plugin_server';
|
||||
enable_query_log;
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ while (`$_query`)
|
|||
sleep 0.1;
|
||||
let $_show_status_value= query_get_value("SHOW $status_type STATUS LIKE '$status_var'", Value, 1);
|
||||
let $_query= SELECT NOT('$_show_status_value' $_status_var_comparsion '$status_var_value');
|
||||
if ($is_number)
|
||||
if ($_is_number)
|
||||
{
|
||||
let $_query= SELECT NOT($_show_status_value $_status_var_comparsion $status_var_value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue