File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
mysql-test/suite/sysschema Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,15 @@ blocking_trx_rows_modified bigint(21) unsigned NO NULL
56
56
sql_kill_blocking_query varchar(32) YES NULL
57
57
sql_kill_blocking_connection varchar(26) YES NULL
58
58
SELECT * FROM sys.x$innodb_lock_waits;
59
+ #
60
+ # Start of 10.6 tests
61
+ #
62
+ #
63
+ # MDEV-26507 Assertion `tmp != ((long long) 0x8000000000000000LL)' failed in TIME_from_longlong_datetime_packed
64
+ #
65
+ SET SESSION sql_mode='ALLOW_INVALID_DATES';
66
+ SELECT * FROM sys.x$innodb_lock_waits;
67
+ SET SESSION sql_mode=DEFAULT;
68
+ #
69
+ # End of 10.6 tests
70
+ #
Original file line number Diff line number Diff line change @@ -21,3 +21,21 @@ DESC sys.x$innodb_lock_waits;
21
21
SELECT * FROM sys.x$innodb_lock_waits;
22
22
--enable_result_log
23
23
24
+
25
+ --echo #
26
+ --echo # Start of 10.6 tests
27
+ --echo #
28
+
29
+ --echo #
30
+ --echo # MDEV-26507 Assertion `tmp != ((long long) 0x8000000000000000LL)' failed in TIME_from_longlong_datetime_packed
31
+ --echo #
32
+
33
+ SET SESSION sql_mode='ALLOW_INVALID_DATES';
34
+ --disable_result_log
35
+ SELECT * FROM sys.x$innodb_lock_waits;
36
+ --enable_result_log
37
+ SET SESSION sql_mode=DEFAULT;
38
+
39
+ --echo #
40
+ --echo # End of 10.6 tests
41
+ --echo #
You can’t perform that action at this time.
0 commit comments