summaryrefslogtreecommitdiff
path: root/storage/maria/ma_dbug.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/ma_dbug.c')
-rw-r--r--storage/maria/ma_dbug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_dbug.c b/storage/maria/ma_dbug.c
index af90a108e2a..8391f1a9d9d 100644
--- a/storage/maria/ma_dbug.c
+++ b/storage/maria/ma_dbug.c
@@ -186,7 +186,7 @@ my_bool _ma_check_table_is_closed(const char *name, const char *where)
MARIA_SHARE *share= info->s;
if (!strcmp(share->unique_file_name.str, filename))
{
- if (share->last_version)
+ if (share->last_version > 1)
{
fprintf(stderr,"Warning: Table: %s is open on %s\n", name,where);
DBUG_PRINT("warning",("Table: %s is open on %s", name,where));