mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Put temporary files in binlog cache when using BEGIN/COMMIT
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
This commit is contained in:
@@ -170,6 +170,10 @@ convert_character_set cp1251_koi8
|
||||
select @@timestamp>0;
|
||||
@@timestamp>0
|
||||
1
|
||||
set @@rand_seed1=10000000,@@rand_seed2=1000000;
|
||||
select ROUND(RAND(),5);
|
||||
ROUND(RAND(),5)
|
||||
0.02887
|
||||
set big_tables=OFFF;
|
||||
Variable 'big_tables' can't be set to the value of 'OFFF'
|
||||
set big_tables="OFFF";
|
||||
|
||||
Reference in New Issue
Block a user