diff options
author | unknown <aivanov@mysql.com> | 2005-12-12 22:46:49 +0300 |
---|---|---|
committer | unknown <aivanov@mysql.com> | 2005-12-12 22:46:49 +0300 |
commit | 8c911a25fede70529455a984138d8946ace0ba87 (patch) | |
tree | bf9a381e1bd930637ceed410e47ab725cd734446 /innobase/include/dict0dict.h | |
parent | 8bf4a099a5e2e4cd2658b461a7a73c37203f1edd (diff) | |
parent | 8e3f95b555c4ed94bb5c1720969a060d20ed6536 (diff) | |
download | mariadb-git-8c911a25fede70529455a984138d8946ace0ba87.tar.gz |
Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/alexi/innodb-ss/mysql-4.1-ss11
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. */ |