summaryrefslogtreecommitdiff
path: root/myisam/mi_dynrec.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-08-28 13:14:54 +0200
committerunknown <serg@serg.mylan>2003-08-28 13:14:54 +0200
commitf505877c2b92764a4547d3c7f692a3169b88e976 (patch)
treec1dd251f3d167ed5aaca96bc87c6c2dc90e60943 /myisam/mi_dynrec.c
parentf9aa71db91482e30ce0a9d143b5c6d54d7050eda (diff)
downloadmariadb-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/mi_dynrec.c')
-rw-r--r--myisam/mi_dynrec.c1
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};