1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-307 review minor edits, add yacc_ora support

This commit is contained in:
Robert Bindar
2019-05-14 17:19:43 +03:00
parent e9c6d5a1e8
commit 042f5165e3
14 changed files with 1834 additions and 1797 deletions

View File

@ -1945,7 +1945,8 @@ enum enum_stats_auto_recalc { HA_STATS_AUTO_RECALC_DEFAULT= 0,
It stores the "schema_specification" part of the CREATE/ALTER statements and
is passed to mysql_create_db() and mysql_alter_db().
Currently consists of the schema default character set, collation and schema_comment.
Currently consists of the schema default character set, collation
and schema_comment.
*/
struct Schema_specification_st
{