summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorlars@mysql.com <>2006-05-18 21:40:52 +0200
committerlars@mysql.com <>2006-05-18 21:40:52 +0200
commit399a1b845b69d99cf98ade5ba79002703911c4b0 (patch)
treef626046d3dea3e1d6128374659fb00738f2eb1e2 /sql/mysql_priv.h
parent87bb4f95ea9491765dca2b32e251cff29690bf46 (diff)
downloadmariadb-git-399a1b845b69d99cf98ade5ba79002703911c4b0.tar.gz
After merge fixes
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h11
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
*/