mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
This commit is contained in:
		| @@ -179,7 +179,7 @@ a	b	c | ||||
| 2	two	two | ||||
| alter table t1 drop index c; | ||||
| select * from t1 where b = 'two'; | ||||
| ERROR 42S02: Table 'test.t1' doesn't exist | ||||
| ERROR HY000: Table definition has changed, please retry transaction | ||||
| select * from t1 where b = 'two'; | ||||
| a	b	c | ||||
| 2	two	two | ||||
|   | ||||
| @@ -47,3 +47,4 @@ t2 | ||||
| t3 | ||||
| t4 | ||||
| drop table t1, t2, t3, t4; | ||||
| drop table t1, t3, t4; | ||||
|   | ||||
| @@ -147,7 +147,7 @@ select * from t1 where b = 'two'; | ||||
| connection server1; | ||||
| alter table t1 drop index c; | ||||
| connection server2; | ||||
| --error 1146 | ||||
| --error 1105 | ||||
| select * from t1 where b = 'two'; | ||||
| select * from t1 where b = 'two'; | ||||
| connection server1; | ||||
|   | ||||
| @@ -40,5 +40,7 @@ show status like 'handler_discover%'; | ||||
| show tables; | ||||
|  | ||||
| drop table t1, t2, t3, t4; | ||||
| connection server2; | ||||
| drop table t1, t3, t4; | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 msvensson@neptunus.(none)
					msvensson@neptunus.(none)