diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-11-02 18:59:19 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-11-02 18:59:19 +0400 |
commit | 3af62819dc52f10992f9bd3edeefc08925be2c0a (patch) | |
tree | 44f37e92dc94c7a796bcb8d04c2ee6f937852e30 /storage/innobase | |
parent | ebc3626738f4a3c15102423863df6f626df81c28 (diff) | |
download | mariadb-git-3af62819dc52f10992f9bd3edeefc08925be2c0a.tar.gz |
Applying InnoDB snashot 5.1-ss6129
Detailed revision comments:
r6076 | vasil | 2009-10-14 19:30:12 +0300 (Wed, 14 Oct 2009) | 4 lines
branches/5.1:
Fix typo.
Diffstat (limited to 'storage/innobase')
-rw-r--r-- | storage/innobase/row/row0mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0mysql.c b/storage/innobase/row/row0mysql.c index d0364c9c568..4fcb1fbf9f2 100644 --- a/storage/innobase/row/row0mysql.c +++ b/storage/innobase/row/row0mysql.c @@ -2089,7 +2089,7 @@ Scans a table create SQL string and adds to the data dictionary the foreign key constraints declared in the string. This function should be called after the indexes for a table have been created. Each foreign key constraint must be accompanied with indexes in -bot participating tables. The indexes are allowed to contain more +both participating tables. The indexes are allowed to contain more fields than mentioned in the constraint. Check also that foreign key constraints which reference this table are ok. */ |