summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-07-031-7/+6
|\
| * Fix for Bug#11765141 - "58072: LOAD DATA INFILE: LEAKS IO CACHE MEMORY WHEN E...Guilhem Bichot2011-04-071-5/+4
| * Bug#11765139 58069: LOAD DATA INFILE: VALGRIND REPORTS INVALID MEMORY READS ...Sergey Glukhov2011-04-151-1/+1
* | Updated/added copyright headersKent Boortz2011-06-301-2/+4
|\ \ | |/ |/|
| * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | mergeGeorgi Kodinov2010-12-171-0/+7
|\ \
| * | BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error Luis Soares2010-11-301-0/+7
* | | Bug58747 57359 patch: breaks secure_file_priv+not secure yet+still accesses o...Kristofer Pettersson2010-12-161-42/+43
|/ /
* | Bug #56709: Memory leaks at running the 5.1 test suiteAlexey Kopytov2010-09-221-7/+5
* | Bug #34283 mysqlbinlog leaves tmpfile after termination if binlog contains l...2010-08-031-0/+8
* | Revert patch for BUG#34283. Causing lots of test failures in PB2,Luis Soares2010-07-301-8/+0
* | Bug #34283 mysqlbinlog leaves tmpfile after termination if binlog contains l...2010-07-301-0/+8
* | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-7/+6
* | Bug #51876: crash/memory underrun when loading data with ucs2Georgi Kodinov2010-07-141-23/+33
* | MergeGeorgi Kodinov2010-06-091-0/+4
|\ \
| * | Bug #52512: Assertion `! is_set()' in Diagnostics_area::set_ok_status Georgi Kodinov2010-04-071-0/+4
* | | Bug#53189 Table map version unused and can be removedHe Zhenxing2010-05-081-2/+0
* | | Bug#50373 --secure-file-priv=""Kristofer Pettersson2010-05-031-7/+4
* | | AutomergeKristofer Pettersson2010-04-161-5/+3
|\ \ \ | |/ /
| * | Bug#51377 Crash in information_schema / processlist on concurrent DDL wo...Alexey Botchkov2010-03-091-5/+3
* | | Bug#50373 --secure-file-priv=""Kristofer Pettersson2010-04-161-3/+1
|/ /
* | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-14/+18
* | BUG#49479: Slave stops with syntax error: LOAD DATA event without Luis Soares2009-12-061-0/+6
* | Bug #43913 rpl_cross_version can't pass on conflicts complainig clash with ...2009-11-281-6/+11
* | BUG#48297: Schema name is ignored when LOAD DATA is written into Luis Soares2009-10-271-5/+25
* | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-5/+4
* | Bug#43746: YACC return wrong query string when parse 'load data infile' sql s...Tatiana A. Nurnberg2009-09-281-13/+101
* | Bug# 30946: mysqldump silently ignores --default-character-setGleb Shchepa2009-07-311-0/+11
| |
| \
*-. \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-4/+4
|\ \ \ | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-4/+4
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-4/+4
| |/
* | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-5/+8
* | auto-mergeIgnacio Galarza2009-03-171-3/+26
|\ \
| * | BUG#38174 secure-file-priv breaks LOAD DATA INFILE replication in statement modeAlfranio Correia2009-02-211-3/+26
* | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-2/+2
|\ \ \ | |/ / |/| / | |/
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-2/+2
* | auto-mergeTatiana A. Nurnberg2008-09-171-1/+3
|\ \ | |/
| * Bug#37114: sql_mode NO_BACKSLASH_ESCAPES does not work properly with LOAD DAT...Tatiana A. Nurnberg2008-09-171-1/+3
* | Merge quad.opbmk:/mnt/raid/alik/MySQL/devel/5.0-btanozdrin/alik@quad.opbmk2008-03-281-14/+42
|\ \ | |/
| * Fix for Bug#35469: server crash with LOAD DATA INFILE to a VIEW.anozdrin/alik@quad.opbmk2008-03-281-14/+42
* | Merge magare.gmz:/home/kgeorge/mysql/autopush/B26461-5.0-optgkodinov/kgeorge@magare.gmz2008-03-211-1/+1
|\ \ | |/
| * Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes)gkodinov/kgeorge@macbook.gmz2008-03-211-1/+1
* | Rename send_ok to my_ok. Similarly to my_error, it only records the status,kostja@dipika.(none)2008-02-191-1/+1
* | A fix and a test case for Bug#12713 "Error in a stored function called from kostja@dipika.(none)2008-02-191-10/+0
* | Manual merge 5.0-rpl -> 5.1-rpl.aelkin/elkin@koti.dsl.inet.fi2007-10-301-44/+5
* | Merge koti.dsl.inet.fi:/home/elkin/MySQL/TEAM/FIXES/5.0/bug27571_asyn_killed_...aelkin/elkin@koti.dsl.inet.fi2007-10-301-3/+55
|\ \ | |/
| * Bug #27571 asynchronousity in setting mysql_`query`::error andaelkin/elkin@koti.dsl.inet.fi2007-10-291-6/+20
* | Merge dl145j.mysql.com:/tmp/andrei/mysql-5.0-rplaelkin@dl145j.mysql.com2007-09-151-1/+1
|\ \ | |/
| * Bug #23333 stored function + non-transac table + transac table = breaks stmt-...aelkin/elkin@dsl-hkibras-fe38f900-157.dhcp.inet.fi2007-08-211-1/+1
* | (Pushing for Andrei)gkodinov/kgeorge@magare.gmz2007-07-301-10/+6
|\ \ | |/