mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed new bug in BDB tables
This commit is contained in:
@ -1120,8 +1120,8 @@ terribly wrong\n");
|
||||
*(ebp+17) : *(ebp+1));
|
||||
if (new_ebp <= ebp )
|
||||
{
|
||||
fprintf(stderr, "New value of ebp failed sanity check\
|
||||
terminating backtrace\n");
|
||||
fprintf(stderr, "\
|
||||
New value of ebp failed sanity check terminating backtrace\n");
|
||||
return;
|
||||
}
|
||||
ebp = new_ebp;
|
||||
|
Reference in New Issue
Block a user