1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed failing tests and compiler warnings

- UNINIT_VAR() was required for 4.8.3 on openSUSE 13.2
This commit is contained in:
Monty
2015-08-18 11:17:54 +03:00
parent 6b20342651
commit dfac82e44d
14 changed files with 44 additions and 17 deletions

View File

@@ -159,6 +159,7 @@ begin
select 1;
select sql_no_cache * from t1 where i > 5;
select sql_no_cache * from t1 where i > 5;
select sleep(2);
end |
set max_statement_time = 0.001;
call pr();
@@ -170,6 +171,7 @@ create procedure pr()
begin
select sql_no_cache * from t1 where i > 5;
select sql_no_cache * from t1 where i > 5;
select sleep(2);
end |
set max_statement_time = 0.001;
call pr();