~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_str.result

Merge Devananda's CHAR_LENGTH UDF plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
select char_length('\n\t\r\b\0\_\%\\');
12
12
char_length('\n\t\r\b\0\_\%\\')
13
13
10
 
14
select character_length('\n\t\r\b\0\_\%\\');
 
15
character_length('\n\t\r\b\0\_\%\\')
 
16
10
14
17
select length('\n\t\n\b\0\\_\\%\\');
15
18
length('\n\t\n\b\0\\_\\%\\')
16
19
10