mariadb/include
Venkatesh Duggirala c72f687f21 BUG#11753923-SQL THREAD CRASHES ON DISK FULL
Problem:If Disk becomes full while writing into the binlog,
then the server instance hangs till someone frees the space.
After user frees up the disk space, mysql server crashes
with an assert (m_status != DA_EMPTY)

Analysis: wait_for_free_space is being called in an
infinite loop i.e., server instance will hang until
someone frees up the space. So there is no need to
set status bit in diagnostic area.

Fix: Replace my_error/my_printf_error with
sql_print_warning() which prints the warning in error log.
2013-01-02 16:31:58 +05:30
..
mysql Updated/added copyright headers 2011-06-30 17:37:13 +02:00
.cvsignore
base64.h
config-netware.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
config-win.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
decimal.h Updated/added copyright headers 2012-02-15 17:21:38 +01:00
errmsg.h
ft_global.h
hash.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
heap.h Updated/added copyright headers 2012-02-15 17:13:47 +01:00
help_end.h
help_start.h
keycache.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
m_ctype.h Updated/added copyright headers 2012-02-15 17:21:38 +01:00
m_string.h Updated/added copyright headers 2012-02-15 17:13:47 +01:00
Makefile.am BUG#12695969 2011-07-12 02:13:36 +01:00
my_aes.h
my_alarm.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_alloc.h
my_attribute.h
my_base.h Bug#13635833: MULTIPLE CRASHES IN FOREIGN KEY CODE WITH CONCURRENT DDL/DML 2012-03-01 11:05:51 +05:30
my_bit.h Updated/added copyright headers 2011-07-03 17:47:37 +02:00
my_bitmap.h Updated/added copyright headers 2011-07-03 17:47:37 +02:00
my_compare.h Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1 2011-03-28 10:47:30 +02:00
my_compiler.h Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failure 2010-11-10 19:14:47 -02:00
my_dbug.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_dir.h
my_getopt.h Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING) 2012-06-29 13:25:57 +02:00
my_global.h Updated/added copyright headers 2011-07-03 17:47:37 +02:00
my_libwrap.h
my_list.h
my_md5.h Bug #42434: license of mysys MD5 implementation is not GPL-compatible 2009-03-09 20:57:03 +02:00
my_net.h
my_no_pthread.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_nosys.h
my_pthread.h Updating header copyright/README in source for 2011 2011-01-25 15:42:40 +01:00
my_stacktrace.h Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONS 2011-11-30 15:39:29 +01:00
my_sys.h BUG#11753923-SQL THREAD CRASHES ON DISK FULL 2013-01-02 16:31:58 +05:30
my_time.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
my_tree.h
my_trie.h
my_uctype.h
my_user.h
my_vle.h
my_xml.h
myisam.h Updated/added copyright headers 2011-07-03 17:47:37 +02:00
myisammrg.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
myisampack.h
mysql.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql.h.pp Fixed bug #47485 - mysql_store_result returns a not NULL result set 2010-09-07 14:18:01 +07:00
mysql_com.h Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_embed.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_time.h
mysql_version.h.in
mysys_err.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
queues.h
rijndael.h
sha1.h Bug #56428: Replace copyright notice removed from SHA1 code (.h) 2010-10-05 17:05:37 +03:00
sql_common.h Bug #13708485: malformed resultset packet crashes client 2012-06-28 18:38:55 +03:00
sslopt-case.h
sslopt-longopts.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
sslopt-vars.h
t_ctype.h
thr_alarm.h
thr_lock.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
typelib.h
violite.h BUG#13431369 - MAIN.VARIABLES-NOTEMBEDDED CRASHES THE SERVER SPORADICALLY ON WINDOWS 2012-02-17 19:02:17 +00:00
welcome_copyright_notice.h Updated README and client executables copyright year to 2013 2013-01-01 03:33:40 +01:00