Hi Chad,
thanks for working on this. The patch is Ok to push with the minor comment
below.
On 7 March 2008 19:39:30 Chad MILLER wrote:
> diff -Nrup a/mysql-test/t/drop.test b/mysql-test/t/drop.test
> --- a/mysql-test/t/drop.test 2008-03-05 14:18:32 -05:00
> +++ b/mysql-test/t/drop.test 2008-03-07 11:39:21 -05:00
> @@ -134,4 +134,19 @@ drop table mysql_test.`#sql-347f_8`;
> copy_file $MYSQLTEST_VARDIR/master-data/mysql_test/t1.frm
> $MYSQLTEST_VARDIR/master-data/mysql_test/#sql-347f_6.frm; drop database
> mysql_test;
>
> +#
> +# Bug#26703: DROP DATABASE fails if database contains a #mysql50# table
> with backticks +#
> +create database dbbug26703;
Could you please use database name like 'mysqltest1'? We use special naming
rules in the test suite to avoid conflicts when the tests are running on the
user database?
--
Alexander Nozdrin, Software Developer
MySQL AB, Moscow, Russia, www.mysql.com