From 7c459960ece917dcdc4dedc9f3dd0c9f5d07c3b8 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 20 May 2011 23:56:13 +0200 Subject: db_low_byte_first is gone --- sql/table.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/table.h') 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; -- cgit v1.2.1