summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-10-04 18:10:38 +0200
committerserg@serg.mylan <>2005-10-04 18:10:38 +0200
commit84859c3895bb24e5b47e9a9f7bbfe7b8d2b53b18 (patch)
tree7e8a0212225c087df1da66b11209ab287f23770e /sql/table.cc
parentfd3be6a9336a0c5b58b0fb3268ec6a4bd335c0ef (diff)
parent062f145bf8f54a4c19e0a5203e148e937bfffdc3 (diff)
downloadmariadb-git-84859c3895bb24e5b47e9a9f7bbfe7b8d2b53b18.tar.gz
Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.0-release
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.cc b/sql/table.cc
index 190813ecfb6..0b3423d0750 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -874,6 +874,7 @@ int openfrm(THD *thd, const char *name, const char *alias, uint db_stat,
/* the correct null_bytes can now be set, since bitfields have been taken into account */
share->null_bytes= null_pos - (uchar*) outparam->null_flags + (null_bit_pos + 7) / 8;
+ share->last_null_bit_pos= null_bit_pos;
/* The table struct is now initialized; Open the table */
error=2;