summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Portability fixesunknown2004-05-191-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-5/+7
|\
| * Merge with 4.0.19unknown2004-05-051-5/+7
| |\
| | * Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-281-5/+7
* | | Windows fixes for VC++ compiler compabilityunknown2004-05-051-1/+1
|/ /
* | after review PS fixesunknown2004-04-101-12/+40
* | always call start_bulk_insert, clarify this behaviour in comment blockunknown2004-04-081-1/+9
* | Don't enable HA_EXTRA_WRITE_CACHE if too few rowsunknown2004-04-081-1/+1
* | mergedunknown2004-04-071-41/+14
|\ \
| * | post-review fixesunknown2004-04-071-36/+9
| * | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-7/+7
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-04-071-1/+5
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-051-1/+5
| |\ \
| | * | Fixed many compiler warningsunknown2004-04-051-1/+5
* | | | after review changesunknown2004-04-071-1/+0
* | | | removed old way to prevent using stack tables for caching Items in PSunknown2004-04-041-5/+2
|/ / /
* | | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-17/+21
* | | fix for table/field caching mechanismunknown2004-04-011-0/+5
|/ /
* | Fix to get correct metadata when using temporary tables to create result. (Bu...unknown2004-03-301-0/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-291-6/+20
|\ \
| * | Disable INSERT DELAYED for embedded libraryunknown2004-03-291-6/+20
* | | Changing SET SQL_LOG_BIN so that it explicitely throws an error ifunknown2004-03-261-9/+4
|/ /
* | merge fixes (use old code)unknown2004-03-181-4/+11
|\ \
| * \ merge with 4.0unknown2004-03-161-4/+11
| |\ \ | | |/
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-061-2/+2
| | |\
| | | * Fixed Bug#2491, INSERT DELAYED causes binary log unusable by mysqlbinlog (rep...unknown2004-03-041-2/+2
| | * | Rollback UPDATE/DELETE statements on killunknown2004-03-041-2/+9
| | |/
* | | actions for bug unknown2004-03-151-12/+14
|/ /
* | mergeunknown2004-02-171-2/+2
|\ \
| * | ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its ow...unknown2004-02-171-2/+2
* | | Merge with 4.0.18unknown2004-02-111-3/+10
|\ \ \ | |/ / |/| / | |/
| * Code cleanupsunknown2004-02-101-3/+4
| * row0mysql.c:unknown2004-02-091-1/+9
| * Some small portability fixes.unknown2003-12-301-2/+2
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-091-2/+2
|\ \
| * | now all tables of query are locked in one place (including derived tables)unknown2004-02-011-2/+2
* | | changed allocation of st_table::insert_values unknown2004-02-031-1/+2
|/ /
* | removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-031-2/+2
* | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-5/+5
* | Merge with 4.0.17unknown2003-12-171-2/+5
|\ \ | |/
| * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-1/+5
| |\
| | * Fix for BUG#2083unknown2003-12-161-1/+5
| * | cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-11/+8
| |/
| * - Fix for BUG#1858 "SQL-Thread stops working when using optimize table":unknown2003-12-041-1/+1
* | 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