diff options
author | lars@mysql.com <> | 2006-05-18 21:40:52 +0200 |
---|---|---|
committer | lars@mysql.com <> | 2006-05-18 21:40:52 +0200 |
commit | 399a1b845b69d99cf98ade5ba79002703911c4b0 (patch) | |
tree | f626046d3dea3e1d6128374659fb00738f2eb1e2 /sql/mysql_priv.h | |
parent | 87bb4f95ea9491765dca2b32e251cff29690bf46 (diff) | |
download | mariadb-git-399a1b845b69d99cf98ade5ba79002703911c4b0.tar.gz |
After merge fixes
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 28506284cac..5b9aaf9082e 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -1937,17 +1937,6 @@ inline int hexchar_to_int(char c) } /* - is_user_table() - return true if the table was created explicitly -*/ - -inline bool is_user_table(TABLE * table) -{ - const char *name= table->s->table_name; - return strncmp(name, tmp_file_prefix, tmp_file_prefix_length); -} - -/* Some functions that are different in the embedded library and the normal server */ |