1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Additions for CHECK table + update of benchmarks

This commit is contained in:
monty@donna.mysql.com
2000-08-17 01:05:02 +03:00
parent 2f450e4fc7
commit c5842d42f6
13 changed files with 141 additions and 68 deletions

View File

@@ -71,7 +71,7 @@ typedef struct st_key {
char *name; /* Name of key */
ulong *rec_per_key; /* Key part distribution */
union {
uint bdb_return_if_eq;
int bdb_return_if_eq;
} handler;
} KEY;