summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-05-20 23:56:13 +0200
committerSergei Golubchik <sergii@pisem.net>2011-05-20 23:56:13 +0200
commit7c459960ece917dcdc4dedc9f3dd0c9f5d07c3b8 (patch)
tree7aa6c0cd967e881fe4516ce22b133d595d8c4f11 /sql/table.h
parent8767540a43b28c977714e2f35aadcfd1bcefef5f (diff)
downloadmariadb-git-7c459960ece917dcdc4dedc9f3dd0c9f5d07c3b8.tar.gz
db_low_byte_first is gone
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h
index 132279169cb..858201891f5 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -423,7 +423,6 @@ typedef struct st_table_share
bool null_field_first;
bool system; /* Set if system table (one record) */
bool crypted; /* If .frm file is crypted */
- bool db_low_byte_first; /* Portable row format */
bool crashed;
bool is_view;
bool name_lock, replace_with_name_lock;