diff options
author | unknown <msvensson@neptunus.(none)> | 2006-07-31 13:11:21 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-07-31 13:11:21 +0200 |
commit | 414dda4949d92a9f334fb1a92985d246f3c66296 (patch) | |
tree | 59c385c6697714234ee6c8ef93bc030a6ca0b75d /mysql-test/r/perror.result | |
parent | f0aec16d558882c3c9bb4a5a5b35b54b9a939d76 (diff) | |
download | mariadb-git-414dda4949d92a9f334fb1a92985d246f3c66296.tar.gz |
perror returns 2 if it does not understand the option --ndb
Move that perror test to ndb_basic so it's only run when there is support for --ndb
mysql-test/r/ndb_basic.result:
Move test of "perror --ndb" to this file
mysql-test/r/perror.result:
Move test of "perror --ndb" to ndb_basic
mysql-test/t/ndb_basic.test:
Move test of "perror --ndb" to this file
mysql-test/t/perror.test:
Move test of "perror --ndb" to ndb_basic
Diffstat (limited to 'mysql-test/r/perror.result')
-rw-r--r-- | mysql-test/r/perror.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/perror.result b/mysql-test/r/perror.result index a26bdb0e068..05639197391 100644 --- a/mysql-test/r/perror.result +++ b/mysql-test/r/perror.result @@ -1,2 +1 @@ -Illegal ndb error code: 1186 Illegal error code: 1186 |