1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Changed safe_mysqld -> mysqld_safe

Added some alias to SHOW commands
Prepare for dynamic changing of MySQL variables
This commit is contained in:
monty@hundin.mysql.fi
2001-06-28 10:49:16 +03:00
parent 85388703c4
commit 897b37b506
31 changed files with 109 additions and 60 deletions

View File

@@ -49,6 +49,8 @@ template class List<Alter_drop>;
template class List_iterator<Alter_drop>;
template class List<Alter_column>;
template class List_iterator<Alter_column>;
template class List<Set_option>;
template class List_iterator<Set_option>;
#endif
/****************************************************************************