mariadb/mysys
unknown c868213373 Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not":
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).
2004-09-24 11:54:37 +02:00
..
.cvsignore
array.c
ChangeLog
charset.c
checksum.c
default.c Added patches from Novell 2004-05-25 22:00:14 +03:00
errors.c Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": 2004-09-24 11:54:37 +02:00
hash.c - rephrased comment 2004-06-22 17:54:38 +02:00
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 shared IO_CACHE: protection against remove_io_share in a wrong time 2004-03-25 11:22:01 +01:00
mf_iocache2.c
mf_keycache.c
mf_loadpath.c
mf_pack.c Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) 2004-03-10 13:46:11 +02:00
mf_path.c
mf_qsort.c
mf_qsort2.c
mf_radix.c
mf_same.c
mf_sort.c
mf_soundex.c bug#3556 - soundex 2004-04-28 14:19:02 +02:00
mf_strip.c
mf_tempfile.c typos fixed 2004-08-19 13:07:54 +02:00
mf_unixpath.c
mf_util.c
mf_wcomp.c backport wild_compare fix from 4.1 - bug#3924 2004-05-29 17:52:20 +02:00
mf_wfile.c backport wild_compare fix from 4.1 - bug#3924 2004-05-29 17:52:20 +02:00
mulalloc.c
my_aes.c
my_alarm.c
my_alloc.c Proposed (version #2) fix for bug #1948: 2004-02-02 23:01:58 +03:00
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 Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": 2004-09-24 11:54:37 +02:00
my_gethostbyname.c
my_getopt.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
my_getwd.c
my_init.c Added patches from Novell 2004-05-25 22:00:14 +03:00
my_lib.c Fix warning VC++ and fix applied fisrt to source 4.1 2004-08-24 10:40:20 -03:00
my_lock.c Prevent potential problems on 32-Bit machines. 2004-06-25 11:35:37 +02:00
my_lockmem.c
my_lread.c
my_lwrite.c
my_malloc.c
my_messnc.c
my_mkdir.c
my_net.c
my_netware.c Added patches from Novell 2004-05-25 22:00:14 +03:00
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 Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": 2004-09-24 11:54:37 +02:00
my_pthread.c Added patches from Novell 2004-05-25 22:00:14 +03:00
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 Portability fixes (mostly test suite) 2003-12-16 13:20:17 +02:00
my_symlink2.c Fix autoincrement for signed columns (Bug #1366) 2003-12-12 22:26:58 +02:00
my_sync.c
my_tempnam.c Fixed usage of strxnmov() in recent changesets 2004-02-19 22:04:31 +02:00
my_thr_init.c typo fixed PPTHREAD -> PTHREAD 2004-01-16 21:01:58 +03:00
my_vsnprintf.c Fix warning VC++ and fix applied fisrt to source 4.1 2004-08-24 10:40:20 -03:00
my_wincond.c
my_winsem.c
my_winthread.c
my_write.c Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": 2004-09-24 11:54:37 +02:00
mysys_priv.h Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": 2004-09-24 11:54:37 +02:00
ptr_cmp.c
queues.c
raid.cc
raid2.c
rijndael.c
safemalloc.c
sha1.c Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 2004-05-19 16:38:12 +03:00
string.c
test_charset.c
test_dir.c
test_fn.c Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) 2004-03-10 13:46:11 +02:00
testhash.c
thr_alarm.c
thr_lock.c
thr_mutex.c
thr_rwlock.c
tree.c
typelib.c