summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#17204 "second CALL to procedure crashes Server"unknown2006-05-301-18/+90
* Fixed wrong free in sql_view.ccunknown2006-05-041-1/+5
* This patch does 1) fix my build breakage 2) Complete the removal of all symb...unknown2006-03-091-2/+2
* Porting fix that allows others to include compiled code with different parsers. unknown2006-03-091-0/+1
* Fix for multiple test failures on some platforms.unknown2006-03-091-1/+2
* Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0unknown2006-02-021-1/+1
|\
| * FIxed bug #14927.unknown2006-01-311-0/+2
* | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-101-0/+5
|\ \
| * | WL#2486 - Natural/using join according to SQL:2003.unknown2005-11-281-0/+5
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-221-5/+5
|\ \ \ | |/ /
| * | Inefficient usage of String::append() fixed.unknown2005-11-201-5/+5
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-131-0/+5
|\ \ \ | |/ / |/| |
| * | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-10-221-0/+5
| |\ \
| | * | Fixed bug #12762:unknown2005-10-151-0/+5
* | | | BUG#14026: When doing the end-of-prepare fix up for TABLE_LISTs used in the P...unknown2005-11-021-10/+30
|/ / /
* | | fix for bug #12595 (ESCAPE must be exactly 1 character long)unknown2005-10-211-0/+1
|/ /
* | Manual merge of bug fix #7672unknown2005-10-131-0/+2
|\ \ | |/
| * select.test, sql_select.cc, sql_lex.cc, item.cc:unknown2005-10-131-1/+2
| * Manual merge, fix for bug #7672unknown2005-10-121-0/+1
| |\
| | * Fix bug#7672 Unknown column error in order clauseunknown2005-10-091-0/+1
| | * BUG#9922 - INSERT SELECT with UNIONs allows concurrent INSERTsunknown2005-04-151-0/+1
| | * Added missing (char*) casts in bzero calls.unknown2003-07-031-1/+1
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-281-1/+0
|\ \ \ | |/ /
| * | Fixed error found during review of new pushed codeunknown2005-09-251-1/+0
* | | Manual mergeunknown2005-09-221-0/+1
|\ \ \ | |/ /
| * | Fix bug #13180 thd->allow_sum_funcs wasn't reset before query processing.unknown2005-09-221-0/+1
* | | Fix for bug #12704 "Server crashes during trigger execution".unknown2005-09-151-0/+6
* | | Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".unknown2005-09-031-3/+4
* | | Rename:unknown2005-09-021-3/+3
* | | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-0/+4
* | | Cleanup during review of new pushed codeunknown2005-08-221-1/+1
* | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-181-1/+4
|\ \ \
| * | | Fix bug #10624 Views with multiple UNION and UNION ALL produce incorrectunknown2005-08-151-1/+4
* | | | Cleanups and optimization during review of new codeunknown2005-08-181-2/+2
|/ / /
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-08-121-6/+14
|\ \ \
| * | | Implementation of WL#2486 -unknown2005-08-121-6/+14
* | | | Manual mergeunknown2005-08-031-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-0/+1
* | | | Merge mysql.com:/home/my/mysql-4.1unknown2005-07-281-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Moved test for 'show full processlist' to not_embedded_server.test becasue it...unknown2005-07-271-1/+1
* | | Post-merge fixes.unknown2005-07-151-1/+1
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-07-151-0/+9
|\ \ \ | |/ /
| * | A fix and a test case for Bug#11299 "prepared statement makes wrong SQLunknown2005-07-151-0/+9
* | | valgrind error fix(uninitialiased variable)unknown2005-07-141-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-131-1/+1
|\ \ \
| * | | Implementation of Monty's idea: Now we can open mysql.proc table for lookupunknown2005-07-131-1/+1
* | | | Manual fixes after merging patch for bug #8406 "Triggers crash if referencingunknown2005-07-091-4/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-091-4/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersunknown2005-07-091-4/+25
* | | | Merge jwinstead@production.mysql.com:my/mysql-5.0-11045unknown2005-07-061-4/+5
|\ \ \ \