1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge with new VARCHAR code

This commit is contained in:
monty@mysql.com
2004-12-06 19:18:35 +02:00
167 changed files with 3256 additions and 19115 deletions

View File

@ -98,6 +98,7 @@ typedef struct st_key {
union {
int bdb_return_if_eq;
} handler;
struct st_table *table;
} KEY;