summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Post-fix for BUG#6276.timour@mysql.com2005-08-241-4/+14
* Fix for BUG#6276.timour@mysql.com2005-08-231-0/+5
* Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-231-145/+95
|\
| * WL#2486 - natural and using join according to SQL:2003timour@mysql.com2005-08-231-145/+95
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-231-24/+50
|\ \
| * | Fix for bug #11896 "Partial locking in case of recursive trigger definitions".dlenev@mysql.com2005-08-181-24/+50
* | | Cleanup during review of new pushed codemonty@mishka.local2005-08-221-1/+1
* | | Merge mishka.local:/tmp/skr99/mysql-5.0monty@mishka.local2005-08-211-9/+4
|\ \ \ | |_|/ |/| |
| * | Fixes during review of new pushed codemonty@mishka.local2005-08-201-9/+4
* | | WL#2486 - natural and using join according to SQL:2003timour@mysql.com2005-08-191-7/+4
|/ /
* | WL#2486 - natural and using join according to SQL:2003timour@mysql.com2005-08-171-4/+23
* | Fixed code formatting.timour@mysql.com2005-08-171-1/+2
* | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-171-142/+157
|\ \
| * | WL#2486 - Process NATURAL and USING joins according to SQL:2003timour@mysql.com2005-08-171-142/+157
| |/
* | fix for bug #12183 "SHOW OPEN TABLES behavior doesn't match grammar"andrey@lmy004.wdf.sap.corp2005-08-161-4/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-08-151-520/+1229
|\ \ | |/
| * mergedserg@sergbook.mysql.com2005-08-121-1/+1
| |\
| | * BUG#12162 - one can start two transactions with the same XID.serg@sergbook.mysql.com2005-08-121-1/+1
| * | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-121-519/+1228
| |\ \
| | * | Implementation of WL#2486 -timour@mysql.com2005-08-121-519/+1228
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-08-121-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-08-111-2/+1
| |\ \ \
| | * | | Cleanups during review of new codemonty@mysql.com2005-08-111-2/+1
| | | |/ | | |/|
* | | | sql_base.cc:igor@rurik.mysql.com2005-08-121-1/+1
* | | | sql_base.cc:igor@rurik.mysql.com2005-08-111-1/+4
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-091-9/+15
|\ \ \ | |/ / |/| |
| * | Fix for bug #10055 "Using stored function with information_schema causes emptydlenev@mysql.com2005-08-081-9/+15
* | | Manual mergesergefp@mysql.com2005-08-031-8/+35
|\ \ \ | |_|/ |/| |
| * | Prelocking-free SPs, post-review fixes:sergefp@mysql.com2005-08-031-16/+15
| * | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-13/+41
* | | Fixes during review of new pushed codemonty@mishka.local2005-07-311-1/+7
* | | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-9/+10
|\ \ \
| * \ \ Merge mysql.com:/home/my/mysql-4.0monty@mysql.com2005-07-271-9/+10
| |\ \ \
| | * | | Review fixes:monty@mysql.com2005-07-261-11/+15
* | | | | Cleanups during review of new codemonty@mysql.com2005-07-281-8/+8
| |_|/ / |/| | |
* | | | Fix merge mistakepappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-211-1/+1
* | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-211-42/+80
|\ \ \ \ | |/ / /
| * | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.0pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-201-42/+80
| |\ \ \ | | |/ /
| | * | Bug #10600 After review fixesmronstrom@mysql.com2005-07-201-15/+7
| | * | Bug #10600mronstrom@mysql.com2005-07-191-43/+89
* | | | Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch)dlenev@mysql.com2005-07-191-1/+1
* | | | take into account table lock mode when opening table:bell@sanja.is.com.ua2005-07-151-3/+31
| |_|/ |/| |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-131-15/+46
|\ \ \
| * | | Implementation of Monty's idea: Now we can open mysql.proc table for lookupdlenev@mysql.com2005-07-131-15/+46
* | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0igor@igor-inspiron.creware.com2005-07-121-6/+16
|\ \ \ \
| * \ \ \ Mergeevgen@moonbone.local2005-07-121-6/+16
| |\ \ \ \
| | * | | | Fix bug #11399 Column alias was lost during view preraration.evgen@moonbone.local2005-07-121-6/+16
| | |/ / /
* | | | | view.result, view.test:igor@igor-inspiron.creware.com2005-07-121-0/+6
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-16/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-16/+9