diff options
author | sasha@mysql.sashanet.com <> | 2001-08-09 19:16:15 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-08-09 19:16:15 -0600 |
commit | f6836bf81abb42523349ac6cf0b8807fa9e69c3e (patch) | |
tree | ed06f905f1515a2117cc0c243c526264fccaac77 /innobase/include/row0mysql.h | |
parent | d9737f20f838f189ef1f3d25df7739770f3b52b9 (diff) | |
parent | be4f7bbdcf89e5fa2a9e8193cda1d317918d7d07 (diff) | |
download | mariadb-git-f6836bf81abb42523349ac6cf0b8807fa9e69c3e.tar.gz |
merged
Diffstat (limited to 'innobase/include/row0mysql.h')
-rw-r--r-- | innobase/include/row0mysql.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/innobase/include/row0mysql.h b/innobase/include/row0mysql.h index 554da2c035c..31f9e15cddc 100644 --- a/innobase/include/row0mysql.h +++ b/innobase/include/row0mysql.h @@ -189,7 +189,9 @@ row_update_for_mysql( row_prebuilt_t* prebuilt); /* in: prebuilt struct in MySQL handle */ /************************************************************************* -Does a table creation operation for MySQL. */ +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. */ int row_create_table_for_mysql( @@ -209,7 +211,9 @@ row_create_index_for_mysql( dict_index_t* index, /* in: index defintion */ trx_t* trx); /* in: transaction handle */ /************************************************************************* -Drops a table for MySQL. */ +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. */ int row_drop_table_for_mysql( |