diff options
author | unknown <serg@serg.mylan> | 2003-08-28 13:14:54 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-08-28 13:14:54 +0200 |
commit | f505877c2b92764a4547d3c7f692a3169b88e976 (patch) | |
tree | c1dd251f3d167ed5aaca96bc87c6c2dc90e60943 /myisam | |
parent | f9aa71db91482e30ce0a9d143b5c6d54d7050eda (diff) | |
download | mariadb-git-f505877c2b92764a4547d3c7f692a3169b88e976.tar.gz |
post-merge fixes
myisam/mi_dynrec.c:
included assert.h
mysql-test/r/isam.result:
results updated
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/mi_dynrec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/mi_dynrec.c b/myisam/mi_dynrec.c index eb38a058b0b..86d648a5af0 100644 --- a/myisam/mi_dynrec.c +++ b/myisam/mi_dynrec.c @@ -17,6 +17,7 @@ /* Functions to handle space-packed-records and blobs */ #include "myisamdef.h" +#include <assert.h> /* Enough for comparing if number is zero */ static char zero_string[]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; |