diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2005-12-13 11:45:42 +0100 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2005-12-13 11:45:42 +0100 |
commit | 12aef413ee7615b4f2cd9391921878ec28643488 (patch) | |
tree | 49b74059b86c9029944323ce43e57b68686eb582 /innobase/include/dict0dict.h | |
parent | 40ec24036c7ee3c1d0b898de58a83e71bae0aee6 (diff) | |
parent | 8c911a25fede70529455a984138d8946ace0ba87 (diff) | |
download | mariadb-git-12aef413ee7615b4f2cd9391921878ec28643488.tar.gz |
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
Diffstat (limited to 'innobase/include/dict0dict.h')
-rw-r--r-- | innobase/include/dict0dict.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/include/dict0dict.h b/innobase/include/dict0dict.h index 3333385ec56..bf1382e8bb2 100644 --- a/innobase/include/dict0dict.h +++ b/innobase/include/dict0dict.h @@ -197,7 +197,8 @@ dict_foreign_add_to_cache( /*======================*/ /* out: DB_SUCCESS or error code */ dict_foreign_t* foreign, /* in, own: foreign key constraint */ - ibool check_types); /* in: TRUE=check type compatibility */ + ibool check_charsets);/* in: TRUE=check charset + compatibility */ /************************************************************************* Checks if a table is referenced by foreign keys. */ |