diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-05-20 23:56:13 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-05-20 23:56:13 +0200 |
commit | 5ce4dab7bf1bdcfdfaa59e5290d0668bc4bd1a61 (patch) | |
tree | 7aa6c0cd967e881fe4516ce22b133d595d8c4f11 /sql/unireg.cc | |
parent | 7ffb52499cf87ef9f6dd7179779b05a5d6a6128b (diff) | |
download | mariadb-git-5ce4dab7bf1bdcfdfaa59e5290d0668bc4bd1a61.tar.gz |
db_low_byte_first is gone
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r-- | sql/unireg.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc index 84160da9d77..6463ed2d950 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -944,7 +944,6 @@ static bool make_empty_rec(THD *thd, File file,enum legacy_db_type table_type, } table.in_use= thd; - table.s->db_low_byte_first= handler->low_byte_first(); table.s->blob_ptr_size= portable_sizeof_char_ptr; null_count=0; |