summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-5.0-optunknown2007-06-031-0/+7
|\
| * Bug #26162: Trigger DML ignores low_priority_updates settingunknown2007-06-031-0/+7
* | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-06-021-3/+10
|\ \ | |/ |/|
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-05-241-3/+10
| |\
| | * Bug #27907 "Misleading error message when opening/locking tables"unknown2007-05-181-3/+10
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-05-281-2/+7
|\ \ \ | |/ / |/| |
| * | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-05-231-1/+1
| |\ \
| | * | Bug#27563: Stored functions and triggers wasn't throwing an error when killed.unknown2007-05-231-1/+1
| * | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-05-221-1/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Bug #28476: force index on a disabled myisam index gives error 124unknown2007-05-221-1/+6
| | |/
* | | Merge siva.hindu.god:/home/tsmith/m/bk/50unknown2007-05-171-34/+390
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2007-05-161-2/+2
| |\ \
| | * | A fix and a test case for unknown2007-05-161-2/+2
| | |/
| * | Fix for:unknown2007-05-111-32/+388
| |/
* | Backport of TIME->MYSQL_TIME / Y2K fixsetunknown2007-05-161-1/+1
|/
* Bug#27874: Non-grouped columns are allowed by * in ONLY_FULL_GROUP_BY mode.unknown2007-04-241-0/+5
* Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-04-031-3/+24
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-marvelunknown2007-03-241-3/+24
| |\
| | * Bug #26817: mysqldump fails to backup database containing view with invalid d...unknown2007-03-231-3/+24
* | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-03-311-7/+62
|\ \ \
| * | | Bug#23233: 0 as LAST_INSERT_ID() after INSERT .. ON DUPLICATE in the unknown2007-03-301-5/+62
| * | | Merge olga.mysql.com:/home/igor/mysql-5.0-optunknown2007-03-221-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | Fixed bug #27229: crash when a set function aggregated in outerunknown2007-03-221-2/+0
* | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-03-311-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-03-291-1/+1
| |\ \ \
| | * | | - renaming TMP_TABLE to NON_TRANSACTIONAL_TMP_TABLE because this isunknown2007-03-221-1/+1
| | | |/ | | |/|
* | | | Merge bk@192.168.21.1:mysql-5.0unknown2007-03-221-0/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-201-0/+2
| |\ \ | | |/ | |/|
| | * Bug #24484:unknown2007-03-201-0/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-03-191-1/+2
|\ \ \ | |/ / |/| |
| * | Polishing: use constants instead of magic numbers.unknown2007-03-091-1/+2
* | | Merge bk@192.168.21.1:mysql-5.0unknown2007-03-081-54/+86
|\ \ \ | |/ / |/| |
| * | Merge olga.mysql.com:/home/igor/mysql-5.0-optunknown2007-03-071-0/+9
| |\ \
| | * \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1-optunknown2007-03-051-0/+9
| | |\ \
| | | * | Bug#25126: Wrongly resolved field leads to a crash.unknown2007-03-041-1/+30
| * | | | Fixed bug #26560.unknown2007-03-041-52/+69
| |/ / /
| * | | sql_base.cc:unknown2007-03-021-1/+2
| * | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-021-2/+7
| |\ \ \
| | * | | Bug#25122: Views based on a self-joined table aren't insertable.unknown2007-03-021-2/+7
* | | | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2007-03-061-7/+93
|\ \ \ \ \
| * | | | | Bug#8407 (Stored functions/triggers ignore exception handler)unknown2007-03-051-8/+94
* | | | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-baseunknown2007-03-011-5/+111
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add more comments to open_table and open_tables. No real changes.unknown2007-02-281-5/+111
| | |_|_|/ | |/| | |
* | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-02-261-15/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-02-191-15/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug #25831: Deficiencies in INSERT ... SELECT ... field name resolving.unknown2007-02-191-15/+2
* | | | | Fixed compiler warnings (for linux and win32 and win64)unknown2007-02-221-0/+1
|/ / / /
* | | | BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-joinunknown2007-01-311-11/+40
|/ / /
* | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-01-111-0/+4
|\ \ \ | |/ / |/| |
| * | Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.unknown2007-01-111-0/+4