2398
2395
new_lsn = log_get_lsn();
2400
2397
if (new_lsn < old_lsn) {
2401
drizzled::errmsg_printf(drizzled::error::INFO,
2402
"InnoDB: Error: old log sequence number %"PRIu64" was greater than the new log sequence number %"PRIu64"!"
2403
"InnoDB: Please submit a bug report to http://bugs.launchpad.net/drizzle",
2398
ut_print_timestamp(stderr);
2400
" InnoDB: Error: old log sequence number %"PRIu64""
2402
"InnoDB: than the new log sequence number %"PRIu64"!\n"
2403
"InnoDB: Please submit a bug report"
2404
" to http://bugs.mysql.com\n",
2407
2408
old_lsn = new_lsn;