diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 15:56:59 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 15:56:59 +0200 |
commit | b3e70c4ae713abeddd47b3987f898ed763fa4eca (patch) | |
tree | 3f02361cb965455e4be88bbbb227762cd1a128f8 /sql/table.h | |
parent | cb5473cb2f0cea5eeace0fec17e0840fcba8f37a (diff) | |
download | mariadb-git-b3e70c4ae713abeddd47b3987f898ed763fa4eca.tar.gz |
split mysql_create_frm() in create_frm_image() and writefrm()
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index 04a86aa1884..e419f5d1240 100644 --- a/sql/table.h +++ b/sql/table.h @@ -988,7 +988,7 @@ struct TABLE_SHARE uint actual_n_key_parts(THD *thd); - bool init_from_binary_frm_image(THD *thd, const char *path, + bool init_from_binary_frm_image(THD *thd, bool write, const uchar *frm_image, size_t frm_length); }; |