diff options
author | bell@sanja.is.com.ua <> | 2004-03-17 14:26:26 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-03-17 14:26:26 +0200 |
commit | 8035ce40eca47844ecda29d48e84639f9c9334d9 (patch) | |
tree | 879e13469f1915539666e702fc32401e7f3a61d2 /sql/item_uniq.h | |
parent | b8c065c527846fdeb0122e26d3fc20731e28ca4f (diff) | |
download | mariadb-git-8035ce40eca47844ecda29d48e84639f9c9334d9.tar.gz |
DBUG_ASSERT(fixed == 0) added to fix_fields()
Diffstat (limited to 'sql/item_uniq.h')
-rw-r--r-- | sql/item_uniq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_uniq.h b/sql/item_uniq.h index 47f967b52c6..5de4b82a99d 100644 --- a/sql/item_uniq.h +++ b/sql/item_uniq.h @@ -48,6 +48,7 @@ public: void update_field() {} bool fix_fields(THD *thd, TABLE_LIST *tlist, Item **ref) { + DBUG_ASSERT(fixed == 0); fixed= 1; return 0; } |