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

Extended mysqltest with --commands and 'require'

Fixed test results.
Added mysqld variable 'have_isam'
This commit is contained in:
monty@donna.mysql.com
2000-12-27 03:31:06 +02:00
parent 988a98c393
commit 361067e915
93 changed files with 878 additions and 819 deletions

View File

@@ -25,7 +25,7 @@
#define NO_HASH /* Not yet implemented */
#endif
#if defined(HAVE_BERKELEY_DB) || defined(HAVE_INNOBASE_DB) || defined(HAVE_GEMENI_DB)
#if defined(HAVE_BERKELEY_DB) || defined(HAVE_INNOBASE_DB) || defined(HAVE_GEMINI_DB)
#define USING_TRANSACTIONS
#endif
@@ -121,7 +121,7 @@ enum row_type { ROW_TYPE_DEFAULT, ROW_TYPE_FIXED, ROW_TYPE_DYNAMIC,
typedef struct st_thd_trans {
void *bdb_tid;
void *innobase_tid;
void *gemeni_tid;
void *gemini_tid;
} THD_TRANS;
typedef struct st_ha_create_information