summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#2486 - Natural/using join according to SQL:2003.timour@mysql.com2005-11-281-0/+5
* Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-5/+5
* BUG#14026: When doing the end-of-prepare fix up for TABLE_LISTs used in the P...sergefp@mysql.com2005-11-021-10/+30
* fix for bug #12595 (ESCAPE must be exactly 1 character long)andrey@lmy004.2005-10-211-0/+1
* Manual merge of bug fix #7672evgen@moonbone.local2005-10-131-0/+2
|\
| * select.test, sql_select.cc, sql_lex.cc, item.cc:evgen@moonbone.local2005-10-131-1/+2
| * Manual merge, fix for bug #7672evgen@moonbone.local2005-10-121-0/+1
| |\
| | * Fix bug#7672 Unknown column error in order clauseevgen@moonbone.local2005-10-091-0/+1
| | * BUG#9922 - INSERT SELECT with UNIONs allows concurrent INSERTsserg@serg.mylan2005-04-151-0/+1
| | * Added missing (char*) casts in bzero calls.pem@mysql.com2003-07-031-1/+1
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2005-09-281-1/+0
|\ \ \ | |/ /
| * | Fixed error found during review of new pushed codemonty@mysql.com2005-09-251-1/+0
* | | Manual mergeevgen@moonbone.local2005-09-221-0/+1
|\ \ \ | |/ /
| * | Fix bug #13180 thd->allow_sum_funcs wasn't reset before query processing.evgen@moonbone.local2005-09-221-0/+1
* | | Fix for bug #12704 "Server crashes during trigger execution".dlenev@mysql.com2005-09-151-0/+6
* | | Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-3/+4
* | | Rename:konstantin@mysql.com2005-09-021-3/+3
* | | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...sergefp@mysql.com2005-08-251-0/+4
* | | Cleanup during review of new pushed codemonty@mishka.local2005-08-221-1/+1
* | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0evgen@moonbone.local2005-08-181-1/+4
|\ \ \
| * | | Fix bug #10624 Views with multiple UNION and UNION ALL produce incorrectevgen@moonbone.local2005-08-151-1/+4
* | | | Cleanups and optimization during review of new codemonty@mysql.com2005-08-181-2/+2
|/ / /
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-121-6/+14
|\ \ \
| * | | Implementation of WL#2486 -timour@mysql.com2005-08-121-6/+14
* | | | Manual mergesergefp@mysql.com2005-08-031-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-0/+1
* | | | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Moved test for 'show full processlist' to not_embedded_server.test becasue it...monty@mysql.com2005-07-271-1/+1
* | | Post-merge fixes.konstantin@mysql.com2005-07-151-1/+1
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2005-07-151-0/+9
|\ \ \ | |/ /
| * | A fix and a test case for Bug#11299 "prepared statement makes wrong SQLkonstantin@mysql.com2005-07-151-0/+9
* | | valgrind error fix(uninitialiased variable)gluh@eagle.intranet.mysql.r18.ru2005-07-141-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-131-1/+1
|\ \ \
| * | | Implementation of Monty's idea: Now we can open mysql.proc table for lookupdlenev@mysql.com2005-07-131-1/+1
* | | | Manual fixes after merging patch for bug #8406 "Triggers crash if referencingdlenev@mysql.com2005-07-091-4/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-4/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-4/+25
* | | | Merge jwinstead@production.mysql.com:my/mysql-5.0-11045jimw@mysql.com2005-07-061-4/+5
|\ \ \ \
| * | | | Clean up warnings and build problems on Windows. (Bug #11045)jimw@mysql.com2005-06-181-4/+5
* | | | | Mergebell@sanja.is.com.ua2005-07-051-0/+39
|\ \ \ \ \
| * | | | | fixed environment creation and cleaning up for processing view one by one dur...bell@sanja.is.com.ua2005-07-051-0/+39
| |/ / / /
* | | | | fix bugs found by gcc 3.4 compilerbell@sanja.is.com.ua2005-07-011-1/+1
* | | | | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-6/+48
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-06-171-1/+1
|\ \ \ \
| * | | | Rename all prepared statements COM_ commands to prefix with COM_STMT_konstantin@mysql.com2005-06-171-1/+1
| |/ / /
* | | | renamed:serg@serg.mylan2005-06-151-2/+2
|/ / /
* | | A followup patch for Bug#7306 (limit in prepared statements):konstantin@mysql.com2005-06-081-0/+1
* | | Patch two (the final one) for Bug#7306 "the server side preparedStatementkonstantin@mysql.com2005-06-071-16/+17
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-301-6/+2
|\ \ \
| * | | Preparatory (and the most problematic) patch for Bug#7306konstantin@mysql.com2005-05-301-6/+2