mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
field.h, field.cc:
Did some more split TABLE to TABLE and TABLE_SHARE
This commit is contained in:
@@ -713,7 +713,7 @@ public:
|
||||
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;
|
||||
|
Reference in New Issue
Block a user