mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
two more bugfixes for "space stripping in MyISAM indexes"
This commit is contained in:
@@ -390,4 +390,8 @@ insert into t1 values ('aaa '),('aaa');
|
||||
repair table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 repair status OK
|
||||
select concat(a,'.') from t1 where a='aaa';
|
||||
concat(a,'.')
|
||||
aaa.
|
||||
aaa .
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user