mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
merge
This commit is contained in:
commit
f66af418b0
1 changed files with 2 additions and 0 deletions
|
|
@ -647,12 +647,14 @@ set @@global.error_count=1;
|
||||||
# Bug #10351: Setting ulong variable to > MAX_ULONG fails on 32-bit platform
|
# Bug #10351: Setting ulong variable to > MAX_ULONG fails on 32-bit platform
|
||||||
#
|
#
|
||||||
|
|
||||||
|
--disable_warnings
|
||||||
set @@max_heap_table_size= 4294967296;
|
set @@max_heap_table_size= 4294967296;
|
||||||
select @@max_heap_table_size > 0;
|
select @@max_heap_table_size > 0;
|
||||||
set global max_heap_table_size= 4294967296;
|
set global max_heap_table_size= 4294967296;
|
||||||
select @@max_heap_table_size > 0;
|
select @@max_heap_table_size > 0;
|
||||||
set @@max_heap_table_size= 4294967296;
|
set @@max_heap_table_size= 4294967296;
|
||||||
select @@max_heap_table_size > 0;
|
select @@max_heap_table_size > 0;
|
||||||
|
--enable_warnings
|
||||||
|
|
||||||
#
|
#
|
||||||
# Bug #11775 Variable character_set_system does not exist (sometimes)
|
# Bug #11775 Variable character_set_system does not exist (sometimes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue