1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-12 08:01:43 +03:00

branches/zip: Fix compilation errors when UNIV_HOTBACKUP is defined.

This commit is contained in:
marko
2006-11-30 15:25:52 +00:00
parent 6c0a4186af
commit 229d901921
7 changed files with 20 additions and 13 deletions

View File

@@ -316,6 +316,7 @@ void
row_mysql_unfreeze_data_dictionary(
/*===============================*/
trx_t* trx); /* in: transaction */
#ifndef UNIV_HOTBACKUP
/*************************************************************************
Does a table creation operation for MySQL. If the name of the created
table ends to characters INNODB_MONITOR, then this also starts
@@ -458,6 +459,7 @@ row_check_table_for_mysql(
/* out: DB_ERROR or DB_SUCCESS */
row_prebuilt_t* prebuilt); /* in: prebuilt struct in MySQL
handle */
#endif /* !UNIV_HOTBACKUP */
/* A struct describing a place for an individual column in the MySQL
row format which is presented to the table handler in ha_innobase.