mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
c868213373
we force the message to the error log, and we make it more informative; we treat EDQUOT like ENOSPC. mysys/errors.c: more informative message mysys/my_fstream.c: Treat EDQUOT like ENOSPC. mysys/my_pread.c: Treat EDQUOT like ENOSPC. mysys/my_write.c: Treat EDQUOT like ENOSPC. mysys/mysys_priv.h: Define EDQUOT when it does not exist. Finally decided to put it here after discussion with Monty: as this constant is used only in 3 files only in mysys/, I don't make it visible everywhere (there currently is no file of choice for such defines; my_base.h does not contain any). Using a value which never happens avoids collisions. sql/mysqld.cc: If ME_NOREFRESH, we write message to error log, even if it has been saved for client (because if operation is hanging, the message does not get to client now; example is MyISAM waiting for free disk space). |
||
---|---|---|
.. | ||
.cvsignore | ||
array.c | ||
ChangeLog | ||
charset.c | ||
checksum.c | ||
default.c | ||
errors.c | ||
hash.c | ||
list.c | ||
make-ccc | ||
make-conf.c | ||
Makefile.am | ||
md5.c | ||
mf_brkhant.c | ||
mf_cache.c | ||
mf_casecnv.c | ||
mf_dirname.c | ||
mf_fn_ext.c | ||
mf_format.c | ||
mf_getdate.c | ||
mf_iocache.c | ||
mf_iocache2.c | ||
mf_keycache.c | ||
mf_loadpath.c | ||
mf_pack.c | ||
mf_path.c | ||
mf_qsort.c | ||
mf_qsort2.c | ||
mf_radix.c | ||
mf_same.c | ||
mf_sort.c | ||
mf_soundex.c | ||
mf_strip.c | ||
mf_tempfile.c | ||
mf_unixpath.c | ||
mf_util.c | ||
mf_wcomp.c | ||
mf_wfile.c | ||
mulalloc.c | ||
my_aes.c | ||
my_alarm.c | ||
my_alloc.c | ||
my_append.c | ||
my_bit.c | ||
my_bitmap.c | ||
my_chsize.c | ||
my_clock.c | ||
my_compress.c | ||
my_copy.c | ||
my_create.c | ||
my_delete.c | ||
my_div.c | ||
my_dup.c | ||
my_error.c | ||
my_fopen.c | ||
my_fstream.c | ||
my_gethostbyname.c | ||
my_getopt.c | ||
my_getwd.c | ||
my_init.c | ||
my_lib.c | ||
my_lock.c | ||
my_lockmem.c | ||
my_lread.c | ||
my_lwrite.c | ||
my_malloc.c | ||
my_messnc.c | ||
my_mkdir.c | ||
my_net.c | ||
my_netware.c | ||
my_new.cc | ||
my_once.c | ||
my_open.c | ||
my_os2cond.c | ||
my_os2dirsrch.c | ||
my_os2dirsrch.h | ||
my_os2dlfcn.c | ||
my_os2dlfcn.h0 | ||
my_os2file64.c | ||
my_os2mutex.c | ||
my_os2thread.c | ||
my_os2tls.c | ||
my_port.c | ||
my_pread.c | ||
my_pthread.c | ||
my_quick.c | ||
my_read.c | ||
my_realloc.c | ||
my_redel.c | ||
my_rename.c | ||
my_seek.c | ||
my_semaphore.c | ||
my_sleep.c | ||
my_static.c | ||
my_static.h | ||
my_symlink.c | ||
my_symlink2.c | ||
my_sync.c | ||
my_tempnam.c | ||
my_thr_init.c | ||
my_vsnprintf.c | ||
my_wincond.c | ||
my_winsem.c | ||
my_winthread.c | ||
my_write.c | ||
mysys_priv.h | ||
ptr_cmp.c | ||
queues.c | ||
raid.cc | ||
raid2.c | ||
rijndael.c | ||
safemalloc.c | ||
sha1.c | ||
string.c | ||
test_charset.c | ||
test_dir.c | ||
test_fn.c | ||
testhash.c | ||
thr_alarm.c | ||
thr_lock.c | ||
thr_mutex.c | ||
thr_rwlock.c | ||
tree.c | ||
typelib.c |