diff options
author | unknown <joerg@mysql.com> | 2004-10-21 16:02:12 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2004-10-21 16:02:12 +0200 |
commit | 97ccddddf5e35e2ea089ba6023c79700550a5c95 (patch) | |
tree | cc214f6ff7f6ba6324f16ba74c0d94b875657f29 /mysql-test/t/ps_11bugs.test | |
parent | f125849dd1fa2b7eaca3aea5f84d7d79fb201ec2 (diff) | |
download | mariadb-git-97ccddddf5e35e2ea089ba6023c79700550a5c95.tar.gz |
Adapt 'ps_10nestset' to standard test style; correct a typing error in 'ps_11bugs'.
mysql-test/r/ps_10nestset.result:
Correct the expected protocol according to the test changes.
mysql-test/t/ps_10nestset.test:
Improve comments; adapt to standard test style:
disable warnings around 'drop table', use 't#' table name scheme.
mysql-test/t/ps_11bugs.test:
Corrected a typing error in the bug number comment.
Diffstat (limited to 'mysql-test/t/ps_11bugs.test')
-rw-r--r-- | mysql-test/t/ps_11bugs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ps_11bugs.test b/mysql-test/t/ps_11bugs.test index d0aeaf265bb..5945b140645 100644 --- a/mysql-test/t/ps_11bugs.test +++ b/mysql-test/t/ps_11bugs.test @@ -97,7 +97,7 @@ drop table t1; # end of bug#1644 -# bug#1677: Prepared statement two-table join returns no rows when one is expected +# bug#1676: Prepared statement two-table join returns no rows when one is expected create table t1( cola varchar(50) not null, |