1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MW-267: followup to the original pull request, removed unnecessary cast.

Signed-off-by: Sachin Setiya <sachinsetia1001@gmail.com>
This commit is contained in:
Sachin Setiya
2017-03-12 13:56:29 +05:30
parent 3045b60f0f
commit 86ec6c221a
32 changed files with 1636 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
let $wait_condition = SELECT 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready' AND VARIABLE_VALUE = 'ON';
--source include/wait_condition.inc