summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge key cache structures to oneunknown2003-11-201-12/+12
* merge with 4.0unknown2003-10-161-2/+11
|\
| * Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-2/+1
| * bug #1434 (and related issues)unknown2003-10-061-2/+12
* | Add warnings for single line inserts. To do this I had to convert count_cuted...unknown2003-10-111-7/+12
* | Fixed bug in error handling of CREATE ... SELECTunknown2003-10-081-1/+10
* | Fixes after mergeunknown2003-10-081-5/+8
* | Move init_compiled_charsets to own fileunknown2003-10-061-4/+6
* | Mergeunknown2003-09-261-2/+7
|\ \
| * | SCRUM:unknown2003-09-261-2/+7
* | | Remove 'extern' references from .cc filesunknown2003-09-131-2/+0
|/ /
* | mergeunknown2003-09-031-0/+6
|\ \
| * \ merge with 4.0.15unknown2003-08-291-0/+6
| |\ \ | | |/
| | * 2 minor edits, plusunknown2003-08-221-0/+4
| | * Safety and speedup fixes:unknown2003-07-141-4/+4
| | * Fix for BUG#791:unknown2003-07-111-4/+4
* | | bug #1078. two innodb+delayed crashesunknown2003-08-221-0/+4
* | | changed for AUTO_VALUE_ON_ZEROunknown2003-07-281-1/+0
* | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2003-07-221-0/+1
|\ \ \
| * | | fixed bug 663 and WL 1052 (sql_mode is safe for mysqldump)unknown2003-07-221-0/+1
* | | | undo one row warning instead use sql_warnings=1unknown2003-07-211-3/+1
* | | | Enable warnings by default for single value list inserts also when the client...unknown2003-07-211-1/+3
| |/ / |/| |
* | | Fix for the bug #841: wrong number of warningsunknown2003-07-141-10/+9
|/ /
* | LAST_INSERT_ID()}will now return 0 if the last INSERT didn't insert any rows.unknown2003-06-151-2/+13
* | merge with public treeunknown2003-06-051-3/+21
|\ \
| * \ Merge with 4.0.13unknown2003-06-041-3/+21
| |\ \ | | |/
| | * Fix for bug #490 and #491 (see details below)unknown2003-05-241-3/+21
* | | Windows build fixups with the latest sourceunknown2003-06-031-1/+1
|/ /
* | ixed wrong unlock of tables (new bug)unknown2003-05-261-8/+4
* | ha_innodb.cc:unknown2003-05-261-13/+20
* | mergeunknown2003-05-221-12/+17
|\ \
| * | After merge fixesunknown2003-05-211-4/+6
| * | Merge with 4.0.13unknown2003-05-191-8/+11
| |\ \ | | |/
| | * Fix for UNION and LEFT JOIN (Bug #386)unknown2003-05-131-5/+5
| | * Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-1/+1
| | * Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-1/+4
| | * fixed incorrect number of affected rows in REPLACE...SELECT... (bug 130)unknown2003-04-261-1/+1
* | | Resolve merge colflictunknown2003-05-211-8/+20
|\ \ \ | |/ /
| * | INSERT ... UPDATE ... VALUES()unknown2003-05-031-8/+20
* | | Support of warnings for all DML statements (Insert, Update and Alter)unknown2003-04-301-0/+1
|/ /
* | Merge with 4.0unknown2003-03-161-18/+37
|\ \ | |/
| * Write binlog before commit when doing INSERT ... SELECTunknown2003-03-161-6/+8
| * Proper fix for INSERT DELAYED and --max-delayed-threadsunknown2003-03-121-3/+2
| * Made it possible to use --max-delayed-threads=0 in order to disableunknown2003-03-091-1/+2
| * remove spaces according to coding rulesunknown2003-03-061-2/+2
| * Fix so that INSERT DELAYED cares about SQL_LOG_BIN=0 (bug #104)unknown2003-03-061-11/+28
* | Merge with 3.23 -> 4.0unknown2003-02-281-0/+1
|\ \ | |/
| * Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-0/+1
* | Merge with 4.0.11unknown2003-02-041-1/+1
|\ \ | |/
| * Fixes for Netwareunknown2003-01-281-1/+1