Commit feee6ee3 authored by kent@mysql.com's avatar kent@mysql.com

field.h, field.cc:

  Did some more split TABLE to TABLE and TABLE_SHARE
parent 09b45d80
This diff is collapsed.
......@@ -713,7 +713,7 @@ class Field_timestamp :public Field_str {
if ((*null_value= is_null()))
return 0;
#ifdef WORDS_BIGENDIAN
if (table->db_low_byte_first)
if (table->s->db_low_byte_first)
return sint4korr(ptr);
#endif
long tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment