mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01.13 2009)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2000-2006 MySQL AB
|
||||
/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -2656,8 +2656,12 @@ void handler::print_error(int error, myf errflag)
|
||||
break;
|
||||
case HA_ERR_RECORD_FILE_FULL:
|
||||
case HA_ERR_INDEX_FILE_FULL:
|
||||
{
|
||||
textno=ER_RECORD_FILE_FULL;
|
||||
/* Write the error message to error log */
|
||||
errflag|= ME_NOREFRESH;
|
||||
break;
|
||||
}
|
||||
case HA_ERR_LOCK_WAIT_TIMEOUT:
|
||||
textno=ER_LOCK_WAIT_TIMEOUT;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user