1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Post-merge fix

mysql-test/r/func_str.result:
  Post-merge fix.
This commit is contained in:
unknown
2007-06-17 11:43:49 -07:00
parent 145696de54
commit 6e315bfae2

View File

@@ -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