mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Merge with 5.2
This commit is contained in:
commit
574e51e5fd
12 changed files with 25 additions and 27 deletions
|
|
@ -27,6 +27,7 @@ set @my_thread_cache_size =@@global.thread_cache_size;
|
|||
set @my_max_allowed_packet =@@global.max_allowed_packet;
|
||||
set @my_delay_key_write =@@global.delay_key_write;
|
||||
set @my_join_buffer_size =@@global.join_buffer_size;
|
||||
set @my_log_warnings =@@global.log_warnings;
|
||||
set @`test`=1;
|
||||
select @test, @`test`, @TEST, @`TEST`, @"teSt";
|
||||
@test @`test` @TEST @`TEST` @"teSt"
|
||||
|
|
@ -1065,6 +1066,7 @@ set global thread_cache_size =@my_thread_cache_size;
|
|||
set global max_allowed_packet = default;
|
||||
set global delay_key_write =@my_delay_key_write;
|
||||
set global join_buffer_size =@my_join_buffer_size;
|
||||
set global log_warnings =@my_log_warnings;
|
||||
show global variables where Variable_name='table_definition_cache' or
|
||||
Variable_name='table_lock_wait_timeout';
|
||||
Variable_name Value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue