summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Clean up warnings and build problems on Windows. (Bug #11045)unknown2005-06-181-4/+5
* | | | | Mergeunknown2005-07-051-0/+39
|\ \ \ \ \
| * | | | | fixed environment creation and cleaning up for processing view one by one dur...unknown2005-07-051-0/+39
| |/ / / /
* | | | | fix bugs found by gcc 3.4 compilerunknown2005-07-011-1/+1
* | | | | Name resolution context added (BUG#6443)unknown2005-07-011-6/+48
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-171-1/+1
|\ \ \ \
| * | | | Rename all prepared statements COM_ commands to prefix with COM_STMT_unknown2005-06-171-1/+1
| |/ / /
* | | | renamed:unknown2005-06-151-2/+2
|/ / /
* | | A followup patch for Bug#7306 (limit in prepared statements):unknown2005-06-081-0/+1
* | | Patch two (the final one) for Bug#7306 "the server side preparedStatementunknown2005-06-071-16/+17
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-05-301-6/+2
|\ \ \
| * | | Preparatory (and the most problematic) patch for Bug#7306unknown2005-05-301-6/+2
* | | | Merge from 4.1unknown2005-05-261-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Cleanup during code reviewunknown2005-05-251-1/+1
* | | Fixed references to uninitialized memoryunknown2005-05-191-1/+1