mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Tests: more fine-grained TRT check
This commit is contained in:
committed by
Aleksey Midenkov
parent
5aae304fa0
commit
b612f3baa2
@@ -349,6 +349,10 @@ x y
|
||||
9 9001
|
||||
8 8000
|
||||
9 9000
|
||||
call verify_vtq;
|
||||
No A B C D
|
||||
1 1 1 1 1
|
||||
2 1 1 1 1
|
||||
call test_02('timestamp(6)', 'myisam', 'sys_end');
|
||||
A1 x y
|
||||
1 11 11
|
||||
@@ -359,6 +363,10 @@ A1 x y
|
||||
1 11 11
|
||||
A2 x
|
||||
1 11
|
||||
call verify_vtq;
|
||||
No A B C D
|
||||
1 1 1 1 1
|
||||
2 1 1 1 1
|
||||
call test_03('timestamp(6)', 'myisam', 'sys_end');
|
||||
x y
|
||||
1 1
|
||||
@@ -372,6 +380,10 @@ x y
|
||||
2 1
|
||||
3 3
|
||||
3 1
|
||||
call verify_vtq;
|
||||
No A B C D
|
||||
1 1 1 1 1
|
||||
2 1 1 1 1
|
||||
call test_04('timestamp(6)', 'myisam', 'sys_end');
|
||||
x
|
||||
x
|
||||
@@ -388,6 +400,11 @@ x
|
||||
2
|
||||
x
|
||||
3
|
||||
call verify_vtq;
|
||||
No A B C D
|
||||
1 1 1 1 1
|
||||
2 1 1 1 1
|
||||
3 1 1 1 1
|
||||
call test_05('timestamp(6)', 'myisam', 'sys_end');
|
||||
x y
|
||||
1 1000
|
||||
@@ -440,6 +457,13 @@ x y
|
||||
7 7000
|
||||
8 8000
|
||||
9 9000
|
||||
call verify_vtq;
|
||||
No A B C D
|
||||
1 1 1 1 1
|
||||
2 1 1 1 1
|
||||
3 1 1 1 1
|
||||
4 1 1 1 1
|
||||
5 1 1 1 1
|
||||
call test_06('timestamp(6)', 'myisam', 'sys_end');
|
||||
x y
|
||||
1 1000
|
||||
@@ -538,6 +562,11 @@ x y
|
||||
7 7010
|
||||
8 8010
|
||||
9 9010
|
||||
call verify_vtq;
|
||||
No A B C D
|
||||
1 1 1 1 1
|
||||
2 1 1 1 1
|
||||
3 1 1 1 1
|
||||
call test_07('timestamp(6)', 'myisam', 'sys_end');
|
||||
A1 name
|
||||
1 Jerry
|
||||
@@ -561,23 +590,6 @@ No A B C D
|
||||
1 1 1 1 1
|
||||
2 1 1 1 1
|
||||
3 1 1 1 1
|
||||
4 1 1 1 1
|
||||
5 1 1 1 1
|
||||
6 1 1 1 1
|
||||
7 1 1 1 1
|
||||
8 1 1 1 1
|
||||
9 1 1 1 1
|
||||
10 1 1 1 1
|
||||
11 1 1 1 1
|
||||
12 1 1 1 1
|
||||
13 1 1 1 1
|
||||
14 1 1 1 1
|
||||
15 1 1 1 1
|
||||
16 1 1 1 1
|
||||
17 1 1 1 1
|
||||
18 1 1 1 1
|
||||
19 1 1 1 1
|
||||
20 1 1 1 1
|
||||
drop procedure test_01;
|
||||
drop procedure test_02;
|
||||
drop procedure test_03;
|
||||
|
@@ -235,21 +235,27 @@ delimiter ;~~
|
||||
|
||||
call test_01('timestamp(6)', 'myisam', 'sys_end');
|
||||
call test_01('bigint unsigned', 'innodb', 'vtq_commit_ts(sys_end)');
|
||||
call verify_vtq;
|
||||
|
||||
call test_02('timestamp(6)', 'myisam', 'sys_end');
|
||||
call test_02('bigint unsigned', 'innodb', 'vtq_commit_ts(sys_end)');
|
||||
call verify_vtq;
|
||||
|
||||
call test_03('timestamp(6)', 'myisam', 'sys_end');
|
||||
call test_03('bigint unsigned', 'innodb', 'vtq_commit_ts(sys_end)');
|
||||
call verify_vtq;
|
||||
|
||||
call test_04('timestamp(6)', 'myisam', 'sys_end');
|
||||
call test_04('bigint unsigned', 'innodb', 'vtq_commit_ts(sys_end)');
|
||||
call verify_vtq;
|
||||
|
||||
call test_05('timestamp(6)', 'myisam', 'sys_end');
|
||||
call test_05('bigint unsigned', 'innodb', 'vtq_commit_ts(sys_end)');
|
||||
call verify_vtq;
|
||||
|
||||
call test_06('timestamp(6)', 'myisam', 'sys_end');
|
||||
call test_06('bigint unsigned', 'innodb', 'vtq_commit_ts(sys_end)');
|
||||
call verify_vtq;
|
||||
|
||||
call test_07('timestamp(6)', 'myisam', 'sys_end');
|
||||
call test_07('bigint unsigned', 'innodb', 'vtq_commit_ts(sys_end)');
|
||||
|
Reference in New Issue
Block a user