summaryrefslogtreecommitdiff
path: root/sql/sql_rename.h
Commit message (Collapse)AuthorAgeFilesLines
* Added IF EXISTS to RENAME TABLE and ALTER TABLEMonty2020-03-241-1/+2
|
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | | | | | * Update wrong zip-code
* | test_sql_discovery storage engineSergei Golubchik2013-04-091-3/+0
|/ | | | use it to test main test cases with need_full_discover_for_existence > 0
* Updated/added copyright headersKent Boortz2011-06-301-1/+1
|
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+27
This patch: - Moves all definitions from the mysql_priv.h file into header files for the component where the variable is defined - Creates header files if the component lacks one - Eliminates all include directives from mysql_priv.h - Eliminates all circular include cycles - Rename time.cc to sql_time.cc - Rename mysql_priv.h to sql_priv.h