mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
A fix (bug #6089: FOUND_ROWS returns wrong values when no table/view is used).
This commit is contained in:
@@ -135,7 +135,7 @@ FOUND_ROWS()
|
||||
1
|
||||
execute stmt1;
|
||||
FOUND_ROWS()
|
||||
0
|
||||
1
|
||||
deallocate prepare stmt1;
|
||||
drop table t1;
|
||||
create table t1
|
||||
|
||||
Reference in New Issue
Block a user