diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-12-10 18:09:07 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-12-10 18:09:07 +0200 |
commit | dec3467588e9525f598bc608a6757c7647d78905 (patch) | |
tree | a812be9f8df8072d52645fe6408b9a0d767e3b1c /innobase | |
parent | 070777797c50e2b99ed5a3a55d4c14fd8f9ec9dc (diff) | |
download | mariadb-git-dec3467588e9525f598bc608a6757c7647d78905.tar.gz |
row0mysql.h:
Remove accidentally pushed unnecessary change
innobase/include/row0mysql.h:
Remove accidentally pushed unnecessary change
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/include/row0mysql.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/innobase/include/row0mysql.h b/innobase/include/row0mysql.h index 78f4c754c7f..f47ce74ce37 100644 --- a/innobase/include/row0mysql.h +++ b/innobase/include/row0mysql.h @@ -291,16 +291,6 @@ row_mysql_unfreeze_data_dictionary( /*===============================*/ trx_t* trx); /* in: transaction */ /************************************************************************* -Checks if a table name contains the string "/#sql" which denotes temporary -tables in MySQL. */ - -ibool -row_is_mysql_tmp_table_name( -/*========================*/ - /* out: TRUE if temporary table */ - const char* name); /* in: table name in the form - 'database/tablename' */ -/************************************************************************* Does a table creation operation for MySQL. If the name of the created table ends to characters INNODB_MONITOR, then this also starts printing of monitor output by the master thread. */ |