summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #9486 "Can't perform multi-update in stored procedure".dlenev@brandersnatch.localdomain2005-04-151-1/+1
* Mergeserg@serg.mylan2005-04-051-4/+5
|\
| * XID SQL syntaxserg@serg.mylan2005-04-041-4/+5
* | Fix for bug#9383: INFORMATION_SCHEMA.COLUMNS, JOIN, Crash, prepared statementgluh@eagle.intranet.mysql.r18.ru2005-04-051-2/+3
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-04-011-3/+2
|\ \ | |/ |/|
| * fixed mechanism of detection selection from table wich we updatebell@sanja.is.com.ua2005-03-281-3/+2
* | merge 4.1->5.0bell@sanja.is.com.ua2005-03-311-1/+2
|\ \ | |/ |/|
| * fixed union types merging and table related metadata (BUG#8824)bell@sanja.is.com.ua2005-03-231-1/+2
* | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-0/+2
* | WL#874 "Extended LOAD DATA". dlenev@brandersnatch.localdomain2005-03-161-0/+6
* | Portability fix.dlenev@brandersnatch.localdomain2005-03-101-1/+1
* | Fix for memory leak which was introduced by patch improving locking in SP.dlenev@brandersnatch.localdomain2005-03-041-2/+2
* | Manual merge SP-locking improvements patch with current tree.dlenev@mysql.com2005-03-041-10/+26
|\ \
| * | Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-10/+26
* | | merge with 4.1monty@mysql.com2005-02-281-21/+50
|\ \ \ | | |/ | |/|
| * | Fixed wrong memory references found by purifymonty@mysql.com2005-02-281-21/+50
* | | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0serg@serg.mylan2005-02-171-3/+10
|\ \ \
| * \ \ manually mergedserg@serg.mylan2005-02-141-3/+10
| |\ \ \ | | |_|/ | |/| |
| | * | XA (not completely polished out yet)serg@serg.mylan2005-01-161-3/+10
* | | | Merge with 4.1monty@mysql.com2005-02-151-2/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix signatures of placement operator delete in places where placement konstantin@mysql.com2005-02-151-1/+1
* | | WL#2130: Table locking for stored FUNCTIONspem@mysql.comhem.se2005-02-081-2/+11
* | | 4.1 -> 5.0 mergemonty@mysql.com2005-02-031-0/+1
|\ \ \ | |/ /
| * | fixed column number fetchinmg for subqueries. (BUG#8020)bell@sanja.is.com.ua2005-01-241-0/+1
* | | WL#1967acurtis@pcgem.rdg.cyberkinetica.com2005-02-011-1/+2
* | | Merge with 4.1 tree to get fix for INSERT IGNORE ... ON DUPLICATE KEYmonty@mysql.com2005-01-031-1/+1
|\ \ \ | |/ /
| * | Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flagmonty@mysql.com2004-12-311-1/+1
* | | Merge bk-internal:/home/bk/mysql-5.0vtkachenko@intelp4d.mysql.com2004-12-311-1/+1
|\ \ \
| * | | logging_ok:vtkachenko@intelp4d.mysql.com2004-12-241-1/+1
* | | | Merge with global treemonty@mysql.com2004-12-311-1/+1
|\ \ \ \
| * \ \ \ Merge with 4.1monty@mishka.local2004-12-221-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | WL#2274 - INSERT..SELECT..UPDATEacurtis@pcgem.rdg.cyberkinetica.com2004-12-131-1/+1
* | | | | revert "LOCK TABLES ... WHERE ENGINE=INNODB"serg@serg.mylan2004-12-271-2/+2
* | | | | WL#925 - Privileges for stored routinesacurtis@pcgem.rdg.cyberkinetica.com2004-12-231-0/+1
| |_|/ / |/| | |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2004-12-211-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for bug #6849 "Crash while preparing query containing const expr withdlenev@brandersnatch.localdomain2004-12-171-4/+3
| | |/ | |/|
* | | Content merge.jan@hundin.mysql.fi2004-12-091-0/+1
|\ \ \ | |/ / |/| |
| * | Added support for a LOCK TABLES...WHERE ENGINE = InnoDB query which setsjan@hundin.mysql.fi2004-12-091-0/+1
* | | Merge with 4.1monty@mysql.com2004-12-061-1/+1
|\ \ \ | |/ / |/| / | |/
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-12-031-1/+0
| |\
| | * Bug #6379: ENUM values are incorrectly convertedbar@mysql.com2004-12-021-1/+0
| * | now we create temporary join for all queries with subqueries to make correct ...bell@sanja.is.com.ua2004-11-301-0/+1
| |/
* | protection: TRASH in deleteserg@serg.mylan2004-11-281-3/+5
* | Merge mysql.com:/home/mydev/mysql-5.0ingo@mysql.com2004-11-251-1/+2
|\ \
| * | WL#2050 - CREATE USER and DROP USER and RENAME USERingo@mysql.com2004-11-251-1/+2
* | | Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERYpem@mysql.comhem.se2004-11-251-2/+1
|/ /
* | do not leave sql command uninitialized, because it used for detection need of...bell@sanja.is.com.ua2004-11-251-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-11-251-4/+7
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-11-241-0/+1
| |\ \
| | * | fixed problem in MacOSbell@sanja.is.com.ua2004-11-241-0/+1