summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge of bug#51851.Mattias Jonsson2010-05-241-2/+2
|/ | | | Also moved HA_DATA_PARTITION from ha_partition.cc to table.h.
* Fix compile error (different storage class for mysql_temp_dir_list) Alexander Nozdrin2010-04-121-1/+1
| | | | | | | | | | when trying to build innodb as plugin. The reason for the error is mismatch in mysql_temp_dir_list declaration between mysqld.h and usage in ha_innodb.cc Add missing MYSQL_PLUGIN_IMPORT to mysql_tmpdir_list (variables exported by the server and used by plugin need it).
* A post-fix patch for WL#4877/WL#5030:Alexander Nozdrin2010-04-121-1/+1
| | | | | Fix tons of warnings about mismatch struct and class usage.
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+510
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