summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Bug#36086: SELECT * from views don't check column grantsMartin Hansson2008-09-031-5/+112
* Bug#38002 table_cache consumes too much memory with blobsKristofer Pettersson2008-07-241-0/+3
* Bug#27430 "Crash in subquery code when in PS and table DDL changed after unknown2008-05-201-18/+18
* Implement some code review fixes for the fix for Bug#27430 unknown2008-05-181-8/+8
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2008-04-191-0/+130
|\
| * WL#4165 "Prepared statements: validation".unknown2008-04-171-2/+2
| * Tentative implementation ofunknown2008-04-081-0/+130
* | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-03-131-0/+24
|\ \ | |/
| * Merge ssh://bk-internal.mysql.com//home/bk/mysql-5.1-optunknown2008-03-121-0/+24
| |\
| | * Bug #34367: sql/sql_show.cc: create_schema_table should handle unknown2008-03-071-0/+24
* | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-03-071-0/+1
|\ \ \ | |/ / |/| |
| * | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-02-081-0/+1
| |\ \ | | |/ | |/|
| | * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-071-0/+1
| | |\
| | | * Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-11-081-0/+1
| | | |\
| | | | * Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-0/+1
* | | | | Fix for Bug#30217: Views: changes in metadata behaviourunknown2008-02-221-1/+1
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-12-201-0/+1
|\ \ \ \
| * \ \ \ Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-12-131-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug#30152 MySQLD crash duing alter table causes DROP DATABASE to FAIL due to ...unknown2007-11-231-0/+1
| | |/ /
* | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmergeunknown2007-12-141-0/+33
|\ \ \ \ | |/ / /
| * | | Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLEunknown2007-11-151-0/+33
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-communityunknown2007-11-091-2/+20
|\ \ \ | |/ /
| * | Bug#30882 Dropping a temporary table inside a stored function may cause a ser...unknown2007-11-011-2/+20
| |/
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-communityunknown2007-10-311-1/+1
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-0/+1
| |\ \
| | * \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-0/+1
| | |\ \
| | | * | Unify profiling SHOW code and INFORMATION_SCHEMA code forunknown2007-07-021-1/+1
| | | * | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-04-261-0/+1
| | | |\ \
* | | | \ \ Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-comeng-unificationunknown2007-10-171-69/+288
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Manual merge of parallel development in separate team trees.unknown2007-08-221-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-141-0/+1
| | |\ \ \ \ \
| | | * | | | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-0/+1
| * | | | | | | Fix doxygen warnings.unknown2007-08-151-5/+5
| |/ / / / / /
| * | | | | | WL#3732 Information schema optimizationunknown2007-08-031-3/+12
| |/ / / / /
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-07-311-13/+108
| |\ \ \ \ \
| | * \ \ \ \ Merge kpettersson@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-07-291-1/+0
| | |\ \ \ \ \
| | | * \ \ \ \ Merge adventure.(none):/home/thek/Development/cpp/bug29929/my50-bug29929unknown2007-07-271-1/+0
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Bug #29929 LOCK TABLES does not pre-lock tables used in triggers of the locke...unknown2007-07-271-1/+0
| | * | | | | | WL#3984 (Revise locking of mysql.general_log and mysql.slow_log)unknown2007-07-271-12/+108
| | |/ / / / /
| * | | | | | coding style fix : Index_hintunknown2007-07-231-2/+2
| |/ / / / /
| * | | | | Post-merge fixes (merge from the main).unknown2007-07-171-1/+1
| * | | | | Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimeunknown2007-07-161-30/+47
| |\ \ \ \ \ | | |/ / / /
| | * | | | A fix and a test case for Bug#26141 mixing table types in trigger unknown2007-07-121-0/+19
| | * | | | Remove typedef st_table_list TABLE_LIST and always use name 'TABLE_LIST'.unknown2007-07-061-30/+30
| | |/ / /
| * | | | Patch for the following bugs:unknown2007-06-281-1/+50
| * | | | Merge bk@192.168.21.1:mysql-5.1-optunknown2007-06-061-0/+1
| |\ \ \ \
| | * | | | Bug #28477 innodb assertion and crash during alter table to add/drop partition.unknown2007-06-011-0/+1
| * | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2007-06-011-0/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge gleb.loc:/home/uchum/work/bk/mysql-5.0-optunknown2007-06-011-0/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | Fixed bug #27827.unknown2007-06-011-0/+2