Browse Source

Post-merge fix

mysql-test/r/func_str.result:
  Post-merge fix.
pull/374/head
unknown 19 years ago
parent
commit
6e315bfae2
  1. 1
      mysql-test/r/func_str.result

1
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; SELECT SUBSTR(a,1,len) FROM t1;
SUBSTR(a,1,len) SUBSTR(a,1,len)
ba ba
DROP TABLE t1; DROP TABLE t1;
End of 5.0 tests End of 5.0 tests
Loading…
Cancel
Save