diff options
author | unknown <marko@hundin.mysql.fi> | 2004-07-30 17:04:56 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-07-30 17:04:56 +0300 |
commit | c4149d25ef0c14753f065f6eef937290c71ab628 (patch) | |
tree | 1ccaf02dc167d759bd6a9d317c501c8c7fe717f7 /innobase | |
parent | 979126224b4a04a548e7663c72e4212de6121f20 (diff) | |
download | mariadb-git-c4149d25ef0c14753f065f6eef937290c71ab628.tar.gz |
fil0fil.c:
Restore accidentally deleted comment of fil_create_directory_for_tablename()
innobase/fil/fil0fil.c:
Restore accidentally deleted comment of fil_create_directory_for_tablename()
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/fil/fil0fil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c index 59fbd6f785d..885738deae2 100644 --- a/innobase/fil/fil0fil.c +++ b/innobase/fil/fil0fil.c @@ -1513,6 +1513,8 @@ fil_decr_pending_ibuf_merges( mutex_exit(&(system->mutex)); } +/************************************************************ +Creates the database directory for a table if it does not exist yet. */ static void fil_create_directory_for_tablename( |