summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2002-06-18 10:34:00 +0300
committerunknown <heikki@hundin.mysql.fi>2002-06-18 10:34:00 +0300
commita35e083b1329b88f2f468d7983257484a9106feb (patch)
tree5c72aa6c5a434a4681102a3cf5b69f8d2d378de0
parent4da6a2c149e380190c286313f2206cafdfea8af1 (diff)
downloadmariadb-git-a35e083b1329b88f2f468d7983257484a9106feb.tar.gz
manual.texi:
Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint Docs/manual.texi: Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index bfdafa2b517..e804df2e5f8 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -38521,7 +38521,7 @@ Corresponding columns in the foreign key
and the referenced key must have similar internal data types
inside InnoDB so that they can be compared without a type
conversion.
-The size and the signedness of integer types has to be the same.
+The @strong{size and the signedness of integer types has to be the same}.
The length of string types need not be the same.
Starting from version 3.23.50 you can also associate the