summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* mergebell@sanja.is.com.ua2004-10-281-27/+84
|\
| * Fixed BUG#6030: Stored procedure has no appropriate DROP privilege.pem@mysql.comhem.se2004-10-221-16/+88
| * Fixed BUG#6027: Stored procedures can be renamed.pem@mysql.comhem.se2004-10-221-12/+2
| * added support of view and CHECK OPTION of view to LOAD DATA (BUG#5996)bell@sanja.is.com.ua2004-10-211-1/+2
* | changed function name to prevent injection wrong code from 4.1 (WL#2133)bell@sanja.is.com.ua2004-10-201-29/+24
* | errors without code removedbell@sanja.is.com.ua2004-10-201-305/+245
|/
* showing table type now is controled by new parameter 'FULL' of SHOW TABLES co...bell@sanja.is.com.ua2004-10-101-2/+3
* prevent substituting Item_ref as VIEW fields in WHERE conditions (BUG#5969)bell@sanja.is.com.ua2004-10-101-2/+2
* Revised BUG#5000: SPs can be created with no default database.pem@mysql.comhem.se2004-10-071-4/+15
* fixed & added comments (according to Igor's review and a bit more)bell@sanja.is.com.ua2004-10-071-15/+15
* mergemonty@mishka.local2004-10-051-2/+7
|\
| * More fixes for strict mode:monty@mishka.local2004-10-021-2/+7
* | mergebell@sanja.is.com.ua2004-10-041-1/+2
|\ \
| * \ mergebell@sanja.is.com.ua2004-09-291-1/+2
| |\ \
| | * | added CHECK option test for INSERT ... ON DUPLICATE KEY UPDATE (WL#1983)bell@sanja.is.com.ua2004-09-061-1/+2
* | | | Fixed BUG#4905: Stored procedure doesn't clear for "Rows affected".pem@mysql.comhem.se2004-09-291-0/+1
| |_|/ |/| |
* | | Strict mode & better warningsmonty@mishka.local2004-09-281-4/+8
|/ /
* | Removed wrong warnings in test suite (This was because select_insert / select...monty@mishka.local2004-09-171-0/+4
* | Mergemonty@mishka.local2004-09-151-88/+142
|\ \
| * \ Merge.jani@rhols221.adsl.netsonic.fi2004-09-131-22/+48
| |\ \
| | * | Added per thread status variables, after review, patch v1.1.jani@rhols221.adsl.netsonic.fi2004-09-131-22/+48
| | |/
| * | table lists management during VIEW processing code cleanupbell@sanja.is.com.ua2004-09-111-20/+19
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-101-0/+14
| |\ \
| | * \ Yet another manual merge with main tree for patch for WL#1218 "Triggers"dlenev@mysql.com2004-09-091-48/+118
| | |\ \
| | * \ \ Merge of changes from the main tree to tree for WL#1218 "Triggers".dlenev@mysql.com2004-09-081-0/+14
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | WL#1218 "Triggers". Some very preliminary version of patch.dlenev@brandersnatch.localdomain2004-09-071-0/+14
| * | | | post merge fixesbell@sanja.is.com.ua2004-09-101-14/+15
| * | | | mergebell@sanja.is.com.ua2004-09-091-31/+101
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | test of updating and fetching from the same table check (BUG##5157)bell@sanja.is.com.ua2004-09-081-19/+22
| * | | | support of view to COM_FIELD_LIST added (BUG#5145)bell@sanja.is.com.ua2004-09-071-0/+11
| | |/ / | |/| |
* | | | Added options --auto-increment-increment and --auto-increment-offset.monty@mishka.local2004-09-151-2/+4
| |/ / |/| |
* | | Merge on pullmonty@mysql.com2004-09-091-48/+118
|\ \ \ | |/ / |/| |
| * | After merge fixes of merge with 4.1 that included the new arena code.monty@mysql.com2004-09-091-6/+20
| * | Merge with 4.1monty@mysql.com2004-09-061-46/+102
| |\ \
| | * \ Merge with 4.0 to get latest bug fixesmonty@mysql.com2004-09-041-0/+15
| | |\ \
| | | * | A fix (Bug #5232: CREATE TABLE ... SELECT can deadlock itself).ram@gw.mysql.r18.ru2004-08-271-0/+13
| | * | | after review patchbell@sanja.is.com.ua2004-08-311-0/+36
| | * | | mergedserg@serg.mylan2004-08-261-1/+1
| | |\ \ \ | | | |/ /
| | | * | mergemonty@mysql.com2004-08-261-1/+1
| | | |\ \
| | | | * | Remove default argument to mysql_truncate()monty@mysql.com2004-08-261-1/+1
| | * | | | Fix for Bug#5034 "prepared "select 1 into @arg15", second konstantin@mysql.com2004-08-241-33/+26
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-08-211-0/+3
| | |\ \ \ \
| | | * | | | Fix for bug#4912 "mysqld crashs in case a statement is executedkonstantin@mysql.com2004-08-211-0/+3
| | * | | | | mergedserg@serg.mylan2004-08-201-1/+5
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,guilhem@mysql.com2004-08-201-1/+5
| | | * | | | Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DE...guilhem@mysql.com2004-08-191-1/+1
| | * | | | | (manual port from 4.0 - was needed)guilhem@mysql.com2004-08-191-1/+1
| | * | | | | Fixed symbol name problems that made build fail.pem@mysql.comhem.se2004-08-191-2/+2
| | | |/ / / | | |/| | |
| | * | | | manually mergedserg@serg.mylan2004-08-181-1/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix for bug #4491 "timestamp(19) doesn't work".dlenev@brandersnatch.localdomain2004-08-061-1/+5
| | | |/ /