Details
- 
    
Bug
 - 
    Status: Closed (View Workflow)
 - 
    
Minor
 - 
    Resolution: Won't Fix
 - 
    10.0.19
 
Description
SEQUENCE tables are not renamed, but the RENAME statement doesn't raise any errors/warnings:
					MariaDB [test]> RENAME TABLE seq_1_to_5 TO abc;  | 
		
					Query OK, 0 rows affected (0.00 sec)  | 
		
					Â  | 
		
					MariaDB [test]> SELECT * FROM abc;  | 
		
					ERROR 1146 (42S02): Table 'test.abc' doesn't exist  |