summaryrefslogtreecommitdiff
path: root/include/heap.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-02-16 10:03:25 +0200
committermonty@mysql.com <>2004-02-16 10:03:25 +0200
commitf43093ec0e1ca391f0cdde589418d19c4b82241a (patch)
tree44dc172194086edaeef7da9c9ed059171579a886 /include/heap.h
parentce145789092b294a562f565671478ae2bf51d14a (diff)
downloadmariadb-git-f43093ec0e1ca391f0cdde589418d19c4b82241a.tar.gz
After merge fixes
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
Diffstat (limited to 'include/heap.h')
-rw-r--r--include/heap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/heap.h b/include/heap.h
index cb73b07cd41..c5f2be81fb7 100644
--- a/include/heap.h
+++ b/include/heap.h
@@ -51,7 +51,6 @@ typedef struct st_heapinfo /* Struct from heap_info */
uint reclength; /* Length of one record */
int errkey;
ulonglong auto_increment;
- my_bool implicit_emptied;
} HEAPINFO;