summaryrefslogtreecommitdiff
path: root/mysql-test/t/variables.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0monty@mashka.mysql.fi2002-11-211-2/+4
|\
| * Put temporary files in binlog cache when using BEGIN/COMMITmonty@hundin.mysql.fi2002-11-071-0/+4
| | | | | | | | | | | | 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
| * Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-2/+0
| | | | | | | | | | | | | | | | Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
* | fixed 2 typo in BUG_TABLES usingbell@sanja.is.com.ua2002-11-121-1/+2
|/ | | | remuved 'unstable' variable from test
* Changed SQL variable delay_key_write to an enummonty@hundin.mysql.fi2002-08-131-0/+6
| | | | able delay_key_write as default (as it was in 4.0.2)
* Added nety_retry_count as a changeable variablemonty@hundin.mysql.fi2002-08-081-0/+1
| | | | | Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
* New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-3/+194
| | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
* SHOW VARIABLES LIKE ... are now case insensitivemonty@tik.mysql.fi2002-04-181-0/+11
| | | | | | Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
* Bugfix for WHERE key=@a OR key=@bmonty@hundin.mysql.fi2001-12-271-0/+13
|
* Changed compare in MyISAM to use my_pread()monty@tik.mysql.fi2001-06-111-1/+3
| | | | | | | Fixed that @VAR shows all decimals Fixed problem with FLUSH TABLES and LOCK TABLE CREATE ... SELECT now creates keys later Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+14
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit