1
0
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:
monty@donna.mysql.com
2000-12-31 11:38:44 +02:00
parent 0135c0a350
commit 4de5ac3327
5 changed files with 12 additions and 26 deletions

View File

@ -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;