diff options
author | unknown <igor@olga.mysql.com> | 2007-06-17 11:43:49 -0700 |
---|---|---|
committer | unknown <igor@olga.mysql.com> | 2007-06-17 11:43:49 -0700 |
commit | 6e315bfae2fdd147c901647bb28ed09359aa0add (patch) | |
tree | 5d9970189462d748c395dd0eabc609790a0f7059 /mysql-test/r/func_str.result | |
parent | 145696de540fb06f033ea5ee54eca0e14be3bdb0 (diff) | |
download | mariadb-git-6e315bfae2fdd147c901647bb28ed09359aa0add.tar.gz |
Post-merge fix
mysql-test/r/func_str.result:
Post-merge fix.
Diffstat (limited to 'mysql-test/r/func_str.result')
-rw-r--r-- | mysql-test/r/func_str.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/func_str.result b/mysql-test/r/func_str.result index d22b184b9ec..ce9633006af 100644 --- a/mysql-test/r/func_str.result +++ b/mysql-test/r/func_str.result @@ -2151,5 +2151,6 @@ INSERT INTO t1 VALUES ('bar', 2), ('foo', 0); SELECT SUBSTR(a,1,len) FROM t1; SUBSTR(a,1,len) ba + DROP TABLE t1; End of 5.0 tests |