~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/include/varchar.inc

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# Simple basic test that endspace is saved
12
12
#
13
13
 
 
14
#
 
15
# Remember to check that one doesn't get a warning or a note
 
16
# from a char field when end spaces get removed. SQL standard!
 
17
#
 
18
 
14
19
create table t1 (v varchar(10), c char(10), t text);
15
20
insert into t1 values('+ ', '+ ', '+ ');
16
21
set @a=repeat(' ',20);