summaryrefslogtreecommitdiff
path: root/src/schema/schema_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema/schema_open.c')
-rw-r--r--src/schema/schema_open.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/schema/schema_open.c b/src/schema/schema_open.c
index 414722652a0..2b645d5c666 100644
--- a/src/schema/schema_open.c
+++ b/src/schema/schema_open.c
@@ -44,7 +44,7 @@ __wt_schema_open_colgroups(WT_SESSION_IMPL *session, WT_TABLE *table)
char *cgconfig;
u_int i;
- WT_ASSERT(session, F_ISSET(session, WT_SESSION_TABLE_LOCKED));
+ WT_ASSERT(session, F_ISSET(session, WT_SESSION_LOCKED_TABLE));
if (table->cg_complete)
return (0);
@@ -407,7 +407,7 @@ __wt_schema_open_table(WT_SESSION_IMPL *session,
table = NULL;
tablename = NULL;
- WT_ASSERT(session, F_ISSET(session, WT_SESSION_TABLE_LOCKED));
+ WT_ASSERT(session, F_ISSET(session, WT_SESSION_LOCKED_TABLE));
WT_ERR(__wt_scr_alloc(session, 0, &buf));
WT_ERR(__wt_buf_fmt(session, buf, "table:%.*s", (int)namelen, name));