diff options
author | heikki@hundin.mysql.fi <> | 2003-10-07 17:28:59 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2003-10-07 17:28:59 +0300 |
commit | 6112853cdab2770e92f9cfefdfef9c0a14b71cb7 (patch) | |
tree | d53a5cc4e9736e149276ba08d53a7dd09a14b4fd /innobase/include/univ.i | |
parent | 862ff0ed1c1dad812af60987d7ec1a2706d3772c (diff) | |
download | mariadb-git-6112853cdab2770e92f9cfefdfef9c0a14b71cb7.tar.gz |
Many files:
Multiple tablespaces for InnoDB
sql_table.cc:
Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE
sql_update.cc, sql_select.cc, my_base.h:
More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
Diffstat (limited to 'innobase/include/univ.i')
-rw-r--r-- | innobase/include/univ.i | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/innobase/include/univ.i b/innobase/include/univ.i index 4854e5a7b78..463f7e5d04d 100644 --- a/innobase/include/univ.i +++ b/innobase/include/univ.i @@ -88,10 +88,9 @@ memory is read outside the allocated blocks. */ /* #define UNIV_DEBUG -#define UNIV_SYNC_DEBUG #define UNIV_MEM_DEBUG - #define UNIV_IBUF_DEBUG +#define UNIV_SYNC_DEBUG #define UNIV_SEARCH_DEBUG #define UNIV_SYNC_PERF_STAT #define UNIV_SEARCH_PERF_STAT |