Bug #45725 Test case disabled in ndb_team.ndb_autodiscover.test
Submitted: 24 Jun 2009 18:55 Modified: 9 Jan 9:57
Reporter: Alexander Nozdrin Email Updates:
Status: Won't fix Impact on me:
None 
Category:Tests: Cluster Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: CPU Architecture:Any
Tags: disabled

[24 Jun 2009 18:55] Alexander Nozdrin
Description:
ndb_team.ndb_autodiscover.test:

#####################################################
# Test that it's not possible to create tables
# with same name as NDB internal tables
# This will also test that it's not possible to create
# a table with tha same name as a table that can't be
# discovered( for example a table created via NDBAPI)

# Test disabled since it doesn't work on case insensitive systems
#--error ER_TABLE_EXISTS_ERROR
#CREATE TABLE sys.SYSTAB_0 (a int);
#--error ER_UNKNOWN_ERROR
#select * from sys.SYSTAB_0;

#CREATE TABLE IF NOT EXISTS sys.SYSTAB_0 (a int);
#show warnings;
#--error ER_UNKNOWN_ERROR
#select * from sys.SYSTAB_0;

#--error ER_BAD_TABLE_ERROR
#drop table sys.SYSTAB_0;
#drop table IF EXISTS sys.SYSTAB_0;

How to repeat:
*
[9 Jan 9:57] Magnus Blåudd
Posted by developer:
 
Test has been removed:

commit b8ed4ba47a3e05dcbdb9e8db69d1ff3d6917c376
Author: Magnus Blåudd <magnus.blaudd@oracle.com>
Date:   Fri Dec 22 10:39:05 2017 +0100

    WL#9185 MySQL Cluster support for new DD

    Remove test ndb_team.ndb_autodiscover which test that table should be
    resurrected after removing .frm files. There are no .frm files anymore
    and thus test is not relevant.