summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0.9monty@mashka.mysql.fi2003-01-1811-4/+128
|\
| * Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-171-1/+1
| |\
| | * bugfix for MERGE tables and MAX(key)serg@serg.mysql.com2003-01-171-1/+1
| | |
| * | After merge fixmonty@mashka.mysql.fi2003-01-171-0/+14
| | |
| * | Merge with 3.23monty@mashka.mysql.fi2003-01-161-0/+11
| |\ \ | | |/ | |/|
| | * Fixed max_key_length when using UNIQUE keys.monty@mashka.mysql.fi2002-12-272-0/+19
| | | | | | | | | | | | This fixed a bug in GROUP BY on a BLOB column with NULL values.
| * | bugfix for 'ANALYZE for MERGE' and table-less MERGE tableserg@serg.mysql.com2003-01-162-2/+2
| | |
| * | Guard against compiling without -fno-exceptionsmonty@mashka.mysql.fi2003-01-146-0/+99
| | | | | | | | | | | | | | | | | | Allocate bigger default thread stack because of problems with glibc Fixed bug in UPDATE ... not_null_field=expression_that_returns_null Fixed bug in replication when using auto_increment and LOAD DATA INFILE
| * | Portability fixmonty@mashka.mysql.fi2003-01-091-1/+1
| | |
* | | Merge sgluhov@work.mysql.com:/home/bk/mysql-4.1gluh@gluh.mysql.r18.ru2003-01-172-1/+4
|\ \ \ | | | | | | | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.upd
| * | | Replication: Optimize away string.appendgluh@gluh.mysql.r18.ru2003-01-172-1/+4
| | | | | | | | | | | | | | | | | | | | Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat Fixed rpl_temporary test
* | | | Added --compatible mode to mysqldump.jani@rhols221.adsl.netsonic.fi2003-01-161-1/+1
| | | |
* | | | Added support sql_mode, which can be used to produce various outputsjani@rhols221.adsl.netsonic.fi2003-01-162-0/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of SHOW CREATE TABLE 'name'. Depending on the mode, the output can be compatible with various databases, including earlier versions of MySQL .
* | | | after merging fixingbell@sanja.is.com.ua2003-01-141-1/+1
| | | |
* | | | mergemonty@mashka.mysql.fi2003-01-1412-61/+61
|\ \ \ \
| * | | | Updates for multi-byte character setsmonty@mashka.mysql.fi2003-01-1412-61/+61
| | | | | | | | | | | | | | | | | | | | (Note: test 'union' fails, but Sanja promised to fix this)
* | | | | Merge venu@work.mysql.com:/home/bk/mysql-4.1venu@myvenu.com2003-01-093-13/+97
|\ \ \ \ \ | |/ / / / | | | | | | | | | | into myvenu.com:/home/venu/work/sql/dev-4.1
| * | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-01-093-13/+97
| |\ \ \ \
| | * | | | Post merge fixmonty@mashka.mysql.fi2003-01-092-19/+27
| | | | | | | | | | | | | | | | | | | | | | | | Allow empty key list in USE|IGNORE|FORCE INDEX()
| | * | | | merge with 4.0.9monty@mashka.mysql.fi2003-01-093-13/+89
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ / To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
| | | * | Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-092-2/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
| | | * | Portability fixesmonty@mashka.mysql.fi2003-01-071-11/+22
| | | | | | | | | | | | | | | | | | | | Fixed test suite for HPUX 10.20 and MacOSX
* | | | | Merge work.mysql.com:/home/bk/mysql-4.1venu@myvenu.com2003-01-094-2/+26
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into myvenu.com:/home/venu/bk/src-4.1
| * | | | Simple misc cases - warningsvenu@myvenu.com2003-01-074-2/+26
| |/ / /
* | | | euc_kr, koi8_r and koi8_u have been renamed so that nowbar@bar.mysql.r18.ru2003-01-092-9/+9
| | | | | | | | | | | | | | | | all charset names don't have "_" sign.
* | | | Separating CHARSET and COLLATION termsbar@bar.mysql.r18.ru2003-01-099-199/+199
| | | |
* | | | fixed order_by test to make it repeatableram@mysql.r18.ru2003-01-092-18/+18
| | | |
* | | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1ram@mysql.r18.ru2003-01-082-0/+55
|\ \ \ \ | |/ / / |/| | | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
| * | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1ram@mysql.r18.ru2003-01-062-0/+55
| |\ \ \ | | | | | | | | | | | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
| | * | | Optimization of key usage (ORDER BY) (SCRUM)ram@mysql.r18.ru2003-01-042-0/+55
| | | | |
* | | | | Updated test resultsmonty@mashka.mysql.fi2003-01-061-0/+2
| | | | |
* | | | | mergemonty@mashka.mysql.fi2003-01-064-9/+19
|\ \ \ \ \ | |/ / / /
| * | | | koi8_ru -> koi8_rbar@bar.mysql.r18.ru2003-01-052-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | charset.conf -> charset.xml bug fix
| * | | | fixed SET with subselectbell@sanja.is.com.ua2003-01-042-0/+12
| |/ / /
* | | | merge post fixmonty@mashka.mysql.fi2003-01-061-2/+2
| | | |
* | | | Merge with 4.0.8monty@mashka.mysql.fi2003-01-063-1/+58
|\ \ \ \ | | |/ / | |/| |
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-042-0/+56
| |\ \ \
| | * | | Added support for max_allowed_packet in option files read by mysql_option()monty@mashka.mysql.fi2003-01-042-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client.
| * | | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0ram@mysql.r18.ru2003-01-032-0/+4
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.0
| | * | | Fix for the QUOTE() function.ram@mysql.r18.ru2003-01-032-0/+4
| | | | |
* | | | | Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-06238-711/+923
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* | | | | mergemonty@mashka.mysql.fi2003-01-0412-5/+65
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Added support for DROP TEMPORARY TABLEmonty@mashka.mysql.fi2003-01-043-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Removed mysql_warnings() API function. Post merge fixes.
| * | | | Merge with 4.0.8monty@mashka.mysql.fi2003-01-0311-3/+65
| |\ \ \ \ | | |/ / /
| | * | | Test cleanupmonty@mashka.mysql.fi2002-12-262-4/+7
| | | | |
| | * | | mergemonty@mashka.mysql.fi2002-12-261-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Update of test resultsmonty@mashka.mysql.fi2002-12-261-0/+5
| | | | |
| | * | | fix for an error in the merge from 3.23Sinisa@sinisa.nasamreza.org2002-12-242-2/+7
| | |/ /
| | * | Merge with 3.23:monty@mashka.mysql.fi2002-12-212-0/+9
| | |\ \ | | | |/ | | | | | | | | | | | | Remove duplicate casedn_str() in mysql_change_db() Fix for null handling in CASE
| | | * fix for a bug in CASE ...WHEN ...Sinisa@sinisa.nasamreza.org2002-12-162-0/+9
| | | |