summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-26/+22
|\
| * This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-26/+22
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-021-3/+5
|\ \
| * | First push for WL#3146 "less locking in auto_increment". It is a 0-real-chang...unknown2006-06-021-3/+5
| |/
* | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0unknown2006-05-301-4/+5
|\ \ | |/ |/|
| * BUG#18681: View privileges are brokenunknown2006-05-261-4/+5
* | Final patch to remove the last of the OS2 support. unknown2006-04-151-3/+1
* | Merge mysql.com:/opt/local/work/tmp_merge2unknown2006-03-301-2/+3
|\ \ | |/
| * Proposed fix for bug #17764 "Trigger crashes MyISAM table"unknown2006-03-291-2/+3
| * Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1unknown2006-02-071-2/+5
| |\
| | * Bug #17154 load data infile of char values into a table of char(PK) hangsunknown2006-02-071-2/+5
| * | BUG#5390 - problems with merge tablesunknown2005-12-201-1/+1
* | | Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-281-13/+0
|\ \ \
| * \ \ Merge mysql.com:/home/bkroot/mysql-5.1-newunknown2006-02-161-13/+0
| |\ \ \
| | * | | WL#3023 (Use locks in a statement-like manner):unknown2006-02-161-13/+0
* | | | | Fix for a segfault in my previous cset (about WL#2712 and WL#2977).unknown2006-02-261-2/+1
* | | | | WL#2977 and WL#2712 global and session-level variable to set the binlog forma...unknown2006-02-251-3/+4
|/ / / /
* | | | Bug#17081 LOAD DATA INFILE" may not load all the dataunknown2006-02-071-2/+5
|/ / /
* | | BUG#5390 - problems with merge tablesunknown2005-12-221-1/+1
* | | WL#1012: All changes as one single changeset.unknown2005-12-221-37/+72
* | | Merge mysql.com:/home/my/mysql-5.1unknown2005-11-231-1/+1
|\ \ \
| * | | Table definition cache, part 2unknown2005-11-231-1/+1
* | | | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0unknown2005-11-231-1/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Inefficient usage of String::append() fixed.unknown2005-11-201-1/+2
* | | Merge mysql.com:/home/my/mysql-5.0unknown2005-11-051-2/+14
|\ \ \ | |/ /
| * | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1unknown2005-10-271-5/+2
| |\ \ | | |/
| | * Added more tests for new UPDATE ... ORDER BY ... LIMIT optimizationunknown2005-10-251-5/+2
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-10-261-2/+17
| |\ \ | | |/
| | * Merge mysql.com:/home/jimw/my/mysql-4.1-11203unknown2005-10-211-2/+17
| | |\
| | | * Fix LOAD DATA to handle having the escape and enclosed-by characterunknown2005-06-221-2/+17
* | | | Mergeunknown2005-10-061-2/+14
|\ \ \ \ | |/ / /
| * | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-281-0/+2
| |\ \ \ | | |/ /
| | * | Fixed error found during review of new pushed codeunknown2005-09-251-5/+5
| * | | Merge from 4.1 to 5.0unknown2005-09-231-2/+5
| * | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-231-0/+4
| |\ \ \ | | |/ /
| | * | Fix for bug#12053 LOAD DATA INFILE ignores NO_AUTO_VALUE_ON_ZERO settingunknown2005-09-221-0/+4
| * | | mergedunknown2005-09-211-2/+5
| |\ \ \ | | |/ /
| | * | Bug #10694 LOAD DATA FROM INFILE fails with 'Out of operation records'unknown2005-09-201-2/+5
| | |/
* | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-251-0/+1
|\ \ \ | |/ /
| * | Implementation of WL#2486 -unknown2005-08-121-0/+1
* | | Mergeunknown2005-07-121-7/+13
|\ \ \ | |/ /
| * | Name resolution context added (BUG#6443)unknown2005-07-011-7/+13
* | | Mergeunknown2005-05-311-9/+23
|\ \ \ | |/ /
| * | Preparatory (and the most problematic) patch for Bug#7306unknown2005-05-301-1/+1
| * | Fix for bugs:unknown2005-05-241-8/+22
* | | WL 1682: After review fixes + update bitvector class + bitvector testunknown2005-05-021-3/+6
* | | WL 1682: Use bitvector instead of query_id to tell handler which fieldsunknown2005-04-281-2/+10
|/ /
* | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)unknown2005-04-011-1/+1
* | WWe now store the catalog in Query_log_event in binlog WITHOUT its end zero.unknown2005-03-251-12/+30
* | Fixed behavior of LOAD DATA with subqueries in SET clause.unknown2005-03-161-3/+1