1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge with the latest changes of 5.2

This commit is contained in:
Igor Babaev
2010-04-03 13:19:35 -07:00
105 changed files with 2461 additions and 510 deletions

View File

@@ -4282,7 +4282,7 @@ int handler::read_multi_range_first(KEY_MULTI_RANGE **found_range_p,
*/
int handler::read_multi_range_next(KEY_MULTI_RANGE **found_range_p)
{
int result;
int result= 0;
DBUG_ENTER("handler::read_multi_range_next");
/* We should not be called after the last call returned EOF. */