| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/
|
|
| |
Also moved HA_DATA_PARTITION from ha_partition.cc to table.h.
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
Fix tons of warnings about mismatch struct and class usage.
|
|
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
|