1
0
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:
kent@mysql.com
2005-01-11 00:17:21 +01:00
parent 09b45d80d5
commit feee6ee30b
2 changed files with 70 additions and 70 deletions

View File

@@ -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;