summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
Commit message (Expand)AuthorAgeFilesLines
* removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-031-1/+1
* Merge with 4.0.17unknown2003-12-171-14/+49
|\
| * Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-14/+49
* | fix for my_mbcharlen(charset, c) to return 1 for single-byte charactersunknown2003-12-061-3/+2
* | Add warnings for single line inserts. To do this I had to convert count_cuted...unknown2003-10-111-2/+2
* | Merge with 4.0.16unknown2003-10-071-15/+29
|\ \ | |/
| * a small comment about why we call end_io_cache in mysql_loadunknown2003-09-251-0/+5
| * Fix for BUG#1391:unknown2003-09-251-15/+24
* | New SQL variables "collation_server" and "collation_database"unknown2003-09-151-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-09-071-5/+8
|\ \
| * \ merge with 4.0.15unknown2003-08-291-5/+8
| |\ \ | | |/
| | * Add column names for metadata when running mysql with -Tunknown2003-08-271-1/+0
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-221-2/+6
| | |\
| | | * Move test that uses many tables (in query_cache.test) to separate test so tha...unknown2003-08-221-2/+6
| | * | First commit for fixing BUG#1100unknown2003-08-201-2/+2
| | |/
| | * Safety and speedup fixes:unknown2003-07-141-4/+4
| | * Fix for BUG#791:unknown2003-07-111-4/+4
* | | Fix for LOAD DATA to work with embedded libraryunknown2003-09-061-7/+23
|/ /
* | Fix for the bug #841: wrong number of warningsunknown2003-07-141-2/+2
* | character_set_server is now updatableunknown2003-05-301-1/+1
* | ixed wrong unlock of tables (new bug)unknown2003-05-261-2/+4
* | ha_innodb.cc:unknown2003-05-261-2/+4
* | mergeunknown2003-05-221-1/+1
|\ \
| * \ Merge with 4.0.13unknown2003-05-191-1/+1
| |\ \ | | |/
| | * Changes from Novell for NetWare platformunknown2003-04-241-1/+1
* | | Resolve merge colflictunknown2003-05-211-1/+1
|\ \ \ | |/ /
| * | INSERT ... UPDATE ... VALUES()unknown2003-05-031-1/+1
* | | Support of warnings for all DML statements (Insert, Update and Alter)unknown2003-04-301-37/+16
* | | Fix to return appropriate warnings using SHOW WARNINGS for LOAD DATA INFILE...unknown2003-04-221-7/+53
|/ /
* | mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-2/+2
* | sql_load.cc:unknown2003-03-071-14/+16
* | Merge with 4.0unknown2003-02-271-3/+5
|\ \ | |/
| * Code cleanupunknown2003-02-271-8/+3
| * A fix for a crashing bug with unspecified database in this type ofunknown2003-02-261-2/+9
* | Merge with 4.0.11unknown2003-02-261-0/+1
|\ \ | |/
| * fixed invalidation of query cache on LOAD DATAunknown2003-02-141-0/+1
* | mergingunknown2003-01-251-1/+2
|\ \
| * | fixed subselects with temporary tables (SCRUM)unknown2003-01-251-1/+2
* | | Conflicts resolvingunknown2003-01-201-1/+39
|\ \ \
| * \ \ Merge with 4.0.9unknown2003-01-181-1/+39
| |\ \ \ | | | |/ | | |/|
| | * | Guard against compiling without -fno-exceptionsunknown2003-01-141-1/+25
| | * | Fixed core dump bug in str LIKE "%other_str%" where strings contained charact...unknown2003-01-101-0/+14
* | | | resolving conflictsunknown2003-01-151-6/+9
|\ \ \ \ | |/ / /
| * | | Merge with 4.0.8unknown2003-01-031-6/+9
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fixed possible replication problem in LOAD DATA INFILE with innodb tables.unknown2002-12-131-6/+9
* | | Big purge about embedded library (scrum)unknown2002-12-161-0/+7
|/ /
* | Merge with 4.0unknown2002-11-211-12/+19
|\ \ | |/
| * Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-12/+19
* | Merge with 4.0.4unknown2002-10-021-3/+3
|\ \ | |/ |/|
| * Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-1/+1