1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

a fix for a crashing bug when attempting to create InnoDB table

with GEOMETRY field type.
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-04-08 20:39:50 +03:00
parent b998c3fab9
commit f79cabdc8f
3 changed files with 8 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
#define HA_TABLE_SCAN_ON_INDEX 4 /* No separate data/index file */
#define HA_REC_NOT_IN_SEQ 8 /* ha_info don't return recnumber;
It returns a position to ha_r_rnd */
#define HA_HAS_GEOMETRY 16
#define HA_NO_INDEX 32 /* No index needed for next/prev */
#define HA_KEY_READ_WRONG_STR 64 /* keyread returns converted strings */
#define HA_NULL_KEY 128 /* One can have keys with NULL */