summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.13monty@narttu.mysql.fi2003-06-041-1/+0
|\
| * Added testing of LOAD DATA ... STARTING BYmonty@narttu.mysql.fi2003-05-261-1/+0
* | ixed wrong unlock of tables (new bug)monty@mashka.mysql.fi2003-05-261-7/+6
* | ha_innodb.cc:heikki@hundin.mysql.fi2003-05-261-18/+23
* | mergemonty@mashka.mysql.fi2003-05-221-87/+110
|\ \
| * | After merge fixesmonty@mashka.mysql.fi2003-05-211-4/+4
| * | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-86/+109
| |\ \ | | |/
| | * Fixed 'Unknown error' when using 'UPDATE ... LIMIT'. Bug 373monty@narttu.mysql.fi2003-05-131-0/+4
| | * Fix for UNION and LEFT JOIN (Bug #386)monty@narttu.mysql.fi2003-05-131-3/+3
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-031-11/+14
| | |\
| | | * Fix problem where key_read was not cleaned up properly, which caused assert i...monty@narttu.mysql.fi2003-05-031-11/+14
| | * | merge fixSinisa@sinisa.nasamreza.org2003-04-261-63/+82
| | |\ \ | | | |/
| | | * Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-63/+82
| | * | Three bug fixes and one fix being undone.Sinisa@sinisa.nasamreza.org2003-04-191-5/+0
| | * | Two bug fixesSinisa@sinisa.nasamreza.org2003-04-111-0/+7
| | * | A fix for a bug in multi-table updates which was always causedSinisa@sinisa.nasamreza.org2003-04-021-1/+1
| | |/
* | | Resolve merge colflictvenu@myvenu.com2003-05-211-4/+4
|\ \ \ | |/ /
| * | INSERT ... UPDATE ... VALUES()serg@serg.mylan2003-05-031-4/+4
* | | Support of warnings for all DML statements (Insert, Update and Alter)venu@myvenu.com2003-04-301-0/+1
|/ /
* | Many files:igor@hundin.mysql.fi2003-04-241-2/+2
* | fixed st_select_lex initializationbell@sanja.is.com.ua2003-04-051-2/+4
* | another bad merge fixedserg@serg.mysql.com2003-03-201-1/+1
* | Merge with 4.0.12monty@narttu.mysql.fi2003-03-191-42/+105
|\ \ | |/
| * Allow optimzation of multi-table-update also for InnoDB tablesmonty@narttu.mysql.fi2003-03-191-41/+105
* | Merge with 4.0monty@narttu.mysql.fi2003-03-161-5/+17
|\ \ | |/
| * Write binlog before commit when doing INSERT ... SELECTmonty@mashka.mysql.fi2003-03-161-1/+12
| * Better fix for "Halloween" effect ...Sinisa@sinisa.nasamreza.org2003-03-121-8/+6
| * A bug fix for multi-table updates with InnoDB storage engineSinisa@sinisa.nasamreza.org2003-03-111-5/+8
* | merge fixesSinisa@sinisa.nasamreza.org2003-03-061-1/+1
|\ \
| * | three bug fixes and major code cleanupSinisa@sinisa.nasamreza.org2003-03-061-1/+1
* | | Merge with 4.0.11monty@narttu.mysql.fi2003-02-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * Applied Sinisa's patch:lenz@mysql.com2003-02-191-1/+1
* | after-review changes (577 SCRUM)bell@sanja.is.com.ua2003-02-021-7/+7
* | fixed bug in determinating uncacheable queriesbell@sanja.is.com.ua2003-01-301-4/+4
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2003-01-291-1/+1
|\ \
| * | Move latin1 into a separarte filebar@bar.mysql.r18.ru2003-01-291-1/+1
* | | improving of fields list creation in derived tables and unionsbell@sanja.is.com.ua2003-01-291-1/+1
* | | mergingbell@sanja.is.com.ua2003-01-251-8/+20
|\ \ \ | |/ / |/| |
| * | fixed subselects with temporary tables (SCRUM)bell@sanja.is.com.ua2003-01-251-8/+20
* | | Updates for multi-byte character setsmonty@mashka.mysql.fi2003-01-141-0/+1
* | | Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-5/+2
|\ \ \ | |/ / |/| / | |/
| * Fix for found rows in multi-table updatesSinisa@sinisa.nasamreza.org2002-12-181-3/+2
| * Removed compiler warningsmonty@mashka.mysql.fi2002-12-121-2/+0
| * Don't initialize fulltext functions twice in multi-table-updatemonty@mashka.mysql.fi2002-12-061-1/+0
* | merge fixmonty@mashka.mysql.fi2002-12-061-379/+409
|\ \
| * | After merge fixesmonty@mashka.mysql.fi2002-12-061-9/+10
| * | Merge with 4.0.6monty@mashka.mysql.fi2002-12-051-380/+409
| |\ \ | | |/
| | * Copy arguments given to mysql_server_init()monty@mashka.mysql.fi2002-12-051-6/+12
| | * Fixed some bugs from last multi-table-update push.monty@mashka.mysql.fi2002-12-011-2/+2
| | * New multi-table-update codemonty@mashka.mysql.fi2002-11-291-367/+401