summaryrefslogtreecommitdiff
path: root/innobase/include/row0mysql.h
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-01-14 13:06:46 +0200
committerunknown <marko@hundin.mysql.fi>2005-01-14 13:06:46 +0200
commitc277421d06a7442aa7e25bf85b5b918fec1c45c0 (patch)
treec124bb848a5246da2b2d3d75af907dcf50d1b80f /innobase/include/row0mysql.h
parent6f3b5a478bfe30631597683699658362dfc29c8b (diff)
parent4017b57bbb9927824ca85afd44aec6f4905b1ded (diff)
downloadmariadb-git-c277421d06a7442aa7e25bf85b5b918fec1c45c0.tar.gz
Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0
into hundin.mysql.fi:/home/marko/j/mysql-5.0 innobase/include/row0mysql.h: Auto merged sql/ha_innodb.cc: Auto merged sql/ha_innodb.h: Auto merged
Diffstat (limited to 'innobase/include/row0mysql.h')
-rw-r--r--innobase/include/row0mysql.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/innobase/include/row0mysql.h b/innobase/include/row0mysql.h
index 575d8ee67bb..3a4c255911d 100644
--- a/innobase/include/row0mysql.h
+++ b/innobase/include/row0mysql.h
@@ -363,6 +363,15 @@ row_get_background_drop_list_len_low(void);
/*======================================*/
/* out: how many tables in list */
/*************************************************************************
+Truncates a table for MySQL. */
+
+int
+row_truncate_table_for_mysql(
+/*=========================*/
+ /* out: error code or DB_SUCCESS */
+ dict_table_t* table, /* in: table handle */
+ trx_t* trx); /* in: transaction handle */
+/*************************************************************************
Drops a table for MySQL. If the name of the dropped table ends to
characters INNODB_MONITOR, then this also stops printing of monitor
output by the master thread. */