mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
sql/ha_innodb.cc: Auto merged sql/mysqld.cc: Auto merged
This commit is contained in:
@ -536,7 +536,7 @@ INSERT INTO t2 VALUES (1,2), (2,2);
|
||||
CREATE TABLE t ( a int(11) NOT NULL default '0', b int(11) NOT NULL default '0', KEY a (a,b)) TYPE=MRG_MyISAM UNION=(t1,t2);
|
||||
select max(b) from t where a = 2;
|
||||
max(b)
|
||||
NULL
|
||||
2
|
||||
select max(b) from t1 where a = 2;
|
||||
max(b)
|
||||
1
|
||||
|
Reference in New Issue
Block a user