mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
add a test case for MySQL Bug #13889741: HANDLE_FATAL_SIGNAL IN _DB_ENTER_ | HANDLE_FATAL_SIGNAL IN STRNLEN
This commit is contained in:
parent
d9633edc14
commit
8db072748f
2 changed files with 6 additions and 0 deletions
|
@ -1673,4 +1673,6 @@ SELECT length(CAST(b AS CHAR)) FROM ubig;
|
|||
length(CAST(b AS CHAR))
|
||||
20
|
||||
DROP TABLE ubig;
|
||||
select 1 from information_schema.tables where table_schema=repeat('a', 2000);
|
||||
1
|
||||
End of 5.1 tests.
|
||||
|
|
|
@ -1438,6 +1438,10 @@ SELECT length(CAST(b AS CHAR)) FROM ubig;
|
|||
|
||||
DROP TABLE ubig;
|
||||
|
||||
#
|
||||
# Bug #13889741: HANDLE_FATAL_SIGNAL IN _DB_ENTER_ | HANDLE_FATAL_SIGNAL IN STRNLEN
|
||||
#
|
||||
select 1 from information_schema.tables where table_schema=repeat('a', 2000);
|
||||
|
||||
--echo End of 5.1 tests.
|
||||
|
||||
|
|
Loading…
Reference in a new issue