diff options
author | monty@mysql.com <> | 2004-05-12 00:29:52 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-12 00:29:52 +0300 |
commit | 116f61c656678830e045938c26c3b4b6c89aa4b0 (patch) | |
tree | 11c75fdf1dd0dbc84178dbfbb39f5a584d19d581 /.bzrignore | |
parent | 6ad9691dc8098aa94cd1994e009d4eb48f689265 (diff) | |
download | mariadb-git-116f61c656678830e045938c26c3b4b6c89aa4b0.tar.gz |
Don't automaticly generate a new key for a foreign key constraint if there is already a usable key.
Prefer not automatic keys before automatic keys. If there is two conf
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index ab096c20d6e..d116fd29c41 100644 --- a/.bzrignore +++ b/.bzrignore @@ -774,3 +774,8 @@ ndb/lib/libndbclient.so ndb/lib/libndbclient_extra.so libmysqld/discover.cc include/readline +ndb/config/autom4te.cache/* +ndb/config/config.mk +ndb/src/common/mgmcommon/printConfig/*.d +ndb/src/mgmclient/test_cpcd/*.d +*.d |