Commit f505877c authored by unknown's avatar unknown

post-merge fixes


myisam/mi_dynrec.c:
  included assert.h
mysql-test/r/isam.result:
  results updated
parent f9aa71db
......@@ -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};
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment