summaryrefslogtreecommitdiff
path: root/mysql-test/t/loaddata.test
Commit message (Collapse)AuthorAgeFilesLines
...
| * Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)monty@mysql.com2003-12-141-0/+11
| | | | | | | | | | | | | | | | | | | | Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846) Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812) One can now configure MySQL as windows service as a normal user. (Bug #1802) Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736) IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704) Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983) Safety fix for service 'mysql start' (Bug #1815)
* | merge with 4.0.15monty@narttu.mysql.fi2003-08-291-0/+5
|\ \ | |/
| * Move test that uses many tables (in query_cache.test) to separate test so ↵monty@narttu.mysql.fi2003-08-221-3/+4
| | | | | | | | that we can get it 'skipped' instead of 'failed' on system where we can't open many files.
* | Cleanupsmonty@narttu.mysql.fi2003-08-261-4/+0
| | | | | | | | BTREE, HASH and RTREE are not reserved symbols anymore
* | Merge with 4.0.13monty@narttu.mysql.fi2003-06-041-0/+8
|\ \ | |/
| * Added testing of LOAD DATA ... STARTING BYmonty@narttu.mysql.fi2003-05-261-0/+8
| | | | | | | | Added read_only variable
* | After merge fixesmonty@mashka.mysql.fi2003-05-211-0/+2
|/ | | | Added initialization of all important global variables
* Fixed that reading a DATE string of 000000 is interpreted as 0000-00-00 ↵monty@narttu.mysql.fi2003-05-051-0/+11
instead of 2000-00-00