mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user mysql-test/r/ndb_single_user.result: manual merge
This commit is contained in:
		@@ -53,4 +53,7 @@ update t1 set b=b+100 where a=4;
 | 
			
		||||
ERROR HY000: Got error 299 'Operation not allowed or aborted due to single user mode' from NDBCLUSTER
 | 
			
		||||
COMMIT;
 | 
			
		||||
ERROR HY000: Got error 4350 'Transaction already aborted' from NDBCLUSTER
 | 
			
		||||
create table t2 (a int) engine myisam;
 | 
			
		||||
alter table t2 add column (b int);
 | 
			
		||||
drop table t2;
 | 
			
		||||
drop table t1;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user