summaryrefslogtreecommitdiff
path: root/mysql-test/t/csv.test
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug#42308 Several server tests do not pass MTR's --check optionMatthias Leich2009-05-151-1/+2
* merge: 5.1 -> 5.1-rplLuis Soares2009-01-231-0/+13
|\
| * Bug#41441 repair csv table crashes debug serverSergey Glukhov2008-12-291-0/+13
* | Postfix of tests after mergeHe Zhenxing2008-09-061-1/+1
* | Merge 5.1 main -> 5.1-rplHe Zhenxing2008-09-061-0/+20
|\ \ | |/
| * Bug#36638: fixing a failing test case.Georgi Kodinov2008-08-191-0/+1
| |\
| | * protect bug31473 from regressing into 5.0antony@pcg5ppc.xiphis.org2007-10-251-0/+33
| * | Bug#36638 mysqld crashes when open file limit is passed and general query log...Sergey Glukhov2008-08-151-0/+19
* | | Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rplmsvensson@pilot.mysql.com2008-04-031-0/+11
|\ \ \ | |/ /
| * | Bug#33067acurtis/antony@xiphis.org/ltamd64.xiphis.org2008-01-171-0/+11
* | | Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rplmsvensson@pilot.mysql.com2008-02-281-18/+19
|\ \ \ | |/ / |/| |
| * | Only uise one file for current testmsvensson@pilot.mysql.com2008-02-251-1/+1
| * | WL#4189msvensson@pilot.mysql.com2007-12-121-17/+18
* | | BUG#32817 - though CSV is marked as supported create table is rejectedsvoj@mysql.com/june.mysql.com2007-12-071-2/+9
|/ /
* | Bug#31473antony@pcg5ppc.xiphis.org2007-10-181-24/+63
* | Remove file before writing to it.msvensson@pilot.(none)2007-08-081-0/+5
* | Merge sita.local:/Users/tsmith/m/bk/51tsmith@sita.local2007-07-091-0/+11
|\ \
| * \ Merge mysql.com:/home/svoj/devel/bk/mysql-5.1-enginessvoj@april.(none)2007-06-221-0/+11
| |\ \
| | * | BUG#28971 - ALTER TABLE followed by UPDATE for a CSV tablesvoj@mysql.com/april.(none)2007-06-151-0/+11
* | | | Fix for bug #29411: deleting from a csv table leads to the table corruptionramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-07-051-0/+13
* | | | Fix for bug #29353: inserting a negative value to a csv table leads to the ta...ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-06-271-0/+25
|/ / /
* | | Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b28862bar@bar.myoffice.izhnet.ru2007-06-151-0/+21
|\ \ \ | |/ / |/| / | |/
| * Bug#28862 Extended Latin1 characters get lost in CVS enginebar@mysql.com/bar.myoffice.izhnet.ru2007-06-151-0/+18
| * Replace "exec rm" with remove_file and "exec touch" with "write_file"msvensson@pilot.blaudden2007-02-191-2/+4
* | Remove non portable exec's from csv.testmsvensson@pilot.blaudden2007-02-191-15/+35
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1kostja@bodhi.local2007-01-111-0/+13
|\ \
| * | Fix Bug #21328 mysqld issues warnings on ALTER CSV table to MyISAMpetr/cps@outpost.site2006-12-041-0/+14
* | | Merge mysql.com:/d2/hf/common/my51-commonholyfoot/hf@hfmain.(none)2007-01-101-1/+15
|\ \ \
| * | | The CSV format has always relied on numbers being quoted, which doesn't alway...brian@zim.(none)2007-01-041-1/+15
| |/ /
* | | WL#3630 (add embedded server to pushbuild)holyfoot/hf@mysql.com/hfmain.(none)2006-12-281-0/+1
|/ /
* | Merge mysql.com:/home/my/mysql-5.0monty@nosik.monty.fi2006-11-221-6/+6
|\ \ | |/
| * Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-6/+6
| * Update tests and result files after running with new mysqltest that better de...msvensson@neptunus.(none)2006-10-041-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1cmiller@zippy.cornsilk.net2006-10-171-1/+1
|\ \
| * \ Merge shellback.(none):/home/msvensson/mysql/my51-mysqltest-new-commandsmsvensson@shellback.(none)2006-09-291-1/+1
| |\ \
| | * | Add missing semicolon in csv testmsvensson@shellback.(none)2006-07-291-1/+1
* | | | Bug#22080acurtis/antony@xiphis.org/ltamd64.xiphis.org2006-09-251-0/+23
|/ / /
* | | after merge fixpetr/cps@mysql.com/owlet.local2006-08-241-1/+1
* | | Merge mysql.com:/home/cps/mysql/trees/mysql-5.0-virginpetr/cps@owlet.local2006-08-231-0/+24
|\ \ \ | |/ / |/| / | |/
| * Fix Bug#15205 "Select from CSV table without the datafile causes crash"petr/cps@mysql.com/owlet.2006-07-111-0/+24
* | Close share->data_file in before renaming in ha_tina::repairmsvensson@shellback.2006-04-111-1/+22
* | fix csv test failure on non-linux platformspetr@mysql.com2006-03-301-2/+2
* | fix test in --ps-protocol modepetr@mysql.com2006-03-291-1/+8
* | Post-review fixes for WL#3154 "Enable REPAIR for CSV tables"petr@mysql.com2006-03-291-0/+47
* | WL#3154 "Enable REPAIR for CSV tables".petr@mysql.com2006-03-131-0/+39
* | The handlerton structures for archive and CSV had not been updated. Nicht so ...brian@zim.tangent.org2006-02-071-0/+26
* | WL1019: complete patch. Reapplied patch to the cleancps@outpost.site2006-01-191-1/+35
|/
* BUG#13406 - incorrect amount of "records deleted" in CSV.serg@serg.mylan2005-11-171-0/+32
* Fix Bug#14672 Bug in deletionpetr@mysql.com2005-11-061-0/+19
* Fix Bug#13894 Server crashes on update of CSV tablepetr@mysql.com2005-11-051-0/+18