diff options
author | unknown <svoj@mysql.com/april.(none)> | 2007-11-29 23:51:05 +0400 |
---|---|---|
committer | unknown <svoj@mysql.com/april.(none)> | 2007-11-29 23:51:05 +0400 |
commit | 30a0be4ff2bf7e3c4e9716b31cd328bedd927703 (patch) | |
tree | 479133e2868c32f6413de65c9cdb0dea6ebf293e /storage | |
parent | 4ebdf739ce173dcc6821dd71e0b8d4f815c6acd0 (diff) | |
parent | f3bb583c3e4ea71a342f21c6e01014a05c89fd98 (diff) | |
download | mariadb-git-30a0be4ff2bf7e3c4e9716b31cd328bedd927703.tar.gz |
Merge april.(none):/home/svoj/devel/bk/mysql-5.1-engines
into april.(none):/home/svoj/devel/mysql/BUG32050/mysql-5.1-engines
Diffstat (limited to 'storage')
-rw-r--r-- | storage/csv/ha_tina.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/storage/csv/ha_tina.cc b/storage/csv/ha_tina.cc index 6a87b8ecc72..75c3f70dec4 100644 --- a/storage/csv/ha_tina.cc +++ b/storage/csv/ha_tina.cc @@ -472,14 +472,6 @@ int ha_tina::encode_quote(uchar *buf) const char *ptr; const char *end_ptr; const bool was_null= (*field)->is_null(); - - /* - CSV does not support nulls. ::create() prevents creation of a table - with nullable columns so if we encounter them here, there is a bug. - This may only occur if the frm was created by an older version of - mysqld which permitted table creation with nullable columns. - */ - DBUG_ASSERT(!(*field)->maybe_null()); /* assistance for backwards compatibility in production builds. |