diff options
author | unknown <serg@serg.mysql.com> | 2001-11-24 17:45:22 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-11-24 17:45:22 +0100 |
commit | 056c71f1ae445b96c13e241d40a729f16e65bb4a (patch) | |
tree | 0174d3f159a0445fe8bd7d288f1a87b63300495d /mysql-test/r/update.result | |
parent | 8ff92c30b5c1690e7d29f7c166ef2226c43f772c (diff) | |
download | mariadb-git-056c71f1ae445b96c13e241d40a729f16e65bb4a.tar.gz |
memory leak fixed
Diffstat (limited to 'mysql-test/r/update.result')
-rw-r--r-- | mysql-test/r/update.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/update.result b/mysql-test/r/update.result index 436f837ab68..ba5c1c6e28f 100644 --- a/mysql-test/r/update.result +++ b/mysql-test/r/update.result @@ -109,6 +109,6 @@ update t1 set b=4 where a=1 order by b desc limit 1; select * from t1; a b 1 4 -1 4 1 2 +1 4 drop table t1; |