diff options
author | monty@hundin.mysql.fi <> | 2001-09-12 23:53:31 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-12 23:53:31 +0300 |
commit | 7a1998780596ac62b8fa50a98cc90e1a797da0c9 (patch) | |
tree | 51a09b9e3466647e4386ab24f3c9aa89ff7a93b9 /include/nisam.h | |
parent | 46f944f4a43612ec75df32737625a95d01e751e8 (diff) | |
download | mariadb-git-7a1998780596ac62b8fa50a98cc90e1a797da0c9.tar.gz |
OS2 patch
Diffstat (limited to 'include/nisam.h')
-rw-r--r-- | include/nisam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nisam.h b/include/nisam.h index 77ca12bbc5c..7ce2b44ee79 100644 --- a/include/nisam.h +++ b/include/nisam.h @@ -57,7 +57,7 @@ typedef struct st_n_isaminfo /* Struct from h_info */ uint reclength; /* Recordlength */ uint mean_reclength; /* Mean recordlength (if packed) */ uint keys; /* How many keys used */ - uint options; /* HA_OPTIONS_... used */ + uint options; /* HA_OPTION_... used */ int errkey, /* With key was dupplicated on err */ sortkey; /* clustered by this key */ File filenr; /* (uniq) filenr for datafile */ |