diff options
author | unknown <sergefp@mysql.com> | 2005-02-28 14:52:35 +0300 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2005-02-28 14:52:35 +0300 |
commit | c8b3d65ca26ff2be783115da2fb7c790dd4338e4 (patch) | |
tree | 4b198583316d4dde644e86dae68045b1e49a4e95 /mysql-test/r/select_found.result | |
parent | 1a72e219f206fbf20691baaf2d1fbdb2dd73e13c (diff) | |
parent | 8e3addf9284742a6b29fb3016b8c612dfd1a5778 (diff) | |
download | mariadb-git-c8b3d65ca26ff2be783115da2fb7c790dd4338e4.tar.gz |
Merge
Diffstat (limited to 'mysql-test/r/select_found.result')
-rw-r--r-- | mysql-test/r/select_found.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/select_found.result b/mysql-test/r/select_found.result index 665277f68f2..39a949ef86b 100644 --- a/mysql-test/r/select_found.result +++ b/mysql-test/r/select_found.result @@ -254,3 +254,4 @@ a SELECT FOUND_ROWS(); FOUND_ROWS() 1 +DROP TABLE t1; |