diff options
author | monty@hundin.mysql.fi <> | 2001-11-07 23:18:12 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-07 23:18:12 +0200 |
commit | 1bc03e8b172102c4198cefadeda1ac49379ea19c (patch) | |
tree | f1c68494d0547ce79f742d6afdbb72452885ec00 /mysql-test/r/innodb.result | |
parent | af2e13481ecc4dbae74fa5a4dc4f9d70ec498e39 (diff) | |
download | mariadb-git-1bc03e8b172102c4198cefadeda1ac49379ea19c.tar.gz |
Fix bug in ALTER TABLE on a TEMPORARY InnoDB table.
Diffstat (limited to 'mysql-test/r/innodb.result')
-rw-r--r-- | mysql-test/r/innodb.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index 9553f78f73c..fddfbfccd33 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -475,6 +475,10 @@ a 1 2 4 +a b +1 NULL +2 NULL +4 NULL id name value uid 1 one one value 101 3 three three value 103 |