mariadb/mysys
Michael Widenius f4820ea62e mysqltest now gives error messages with error code for my_delete, my_rename, my_copy etc.
Fixed crashing bug when doing ALTER TABLE RENAME with transactional tables.

client/mysqltest.cc:
  Added errno to error message for system calls (delete, rename etc)
  Write error message for failures of system calls
mysql-test/include/cleanup_fake_relay_log.inc:
  Disable warnings for remove_file
mysql-test/include/diff_tables.inc:
  Disable warnings for remove_file
mysql-test/include/maria_empty_logs.inc:
  Disable warnings for remove_file
mysql-test/include/maria_make_snapshot.inc:
  Disable warnings for remove_file
mysql-test/include/maria_make_snapshot_for_feeding_recovery.inc:
  Disable warnings for remove_file
mysql-test/include/mysqlhotcopy.inc:
  Disable warnings for remove_file
mysql-test/include/ndb_backup.inc:
  Disable warnings for remove_file
mysql-test/include/ndb_backup_print.inc:
  Disable warnings for remove_file
mysql-test/r/alter_table_trans.result:
  Test of crashing ALTER TABLE RENAME bug
mysql-test/t/alter_table_trans.test:
  Test of crashing ALTER TABLE RENAME bug
mysql-test/t/mysqltest.test:
  Disable warnings for remove_file and move_file
mysys/my_copy.c:
  Fixed wrong error message
sql/sql_table.cc:
  Fixed crashing bug when doing ALTER TABLE RENAME with transactional tables.
2010-09-15 15:48:15 +03:00
..
.cvsignore
array.c
base64.c
ChangeLog
charset-def.c
charset.c
checksum.c
CMakeLists.txt
default.c
default_modify.c
errors.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
hash.c
lf_alloc-pin.c
lf_dynarray.c
lf_hash.c
list.c
make-ccc
make-conf.c
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
md5.c
mf_arr_appstr.c
mf_brkhant.c
mf_cache.c
mf_dirname.c
mf_fn_ext.c
mf_format.c
mf_getdate.c
mf_iocache.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
mf_iocache2.c
mf_keycache.c
mf_keycaches.c
mf_loadpath.c Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-02 15:30:47 -03:00
mf_pack.c Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-02 15:30:47 -03:00
mf_path.c
mf_qsort.c
mf_qsort2.c
mf_radix.c
mf_same.c
mf_sort.c
mf_soundex.c
mf_tempdir.c
mf_tempfile.c
mf_unixpath.c
mf_util.c
mf_wcomp.c
mf_wfile.c
mulalloc.c
my_access.c
my_aes.c
my_alarm.c
my_alloc.c Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
my_append.c
my_atomic.c Bug#22320: my_atomic-t unit test fails 2010-07-05 09:00:39 -03:00
my_bit.c
my_bitmap.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
my_chmod.c
my_chsize.c
my_clock.c
my_compress.c
my_conio.c
my_copy.c mysqltest now gives error messages with error code for my_delete, my_rename, my_copy etc. 2010-09-15 15:48:15 +03:00
my_crc32.c
my_create.c
my_delete.c
my_div.c
my_dup.c
my_error.c
my_file.c
my_fopen.c
my_fstream.c
my_gethostbyname.c
my_gethwaddr.c Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-02 15:30:47 -03:00
my_getncpus.c
my_getopt.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
my_getpagesize.c
my_getsystime.c
my_getwd.c missing DBUG_RETURNs 2010-08-14 18:44:45 +04:00
my_handler.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
my_handler_errors.h
my_init.c
my_largepage.c
my_lib.c
my_libwrap.c
my_lock.c
my_lockmem.c
my_malloc.c Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
my_memmem.c
my_messnc.c
my_mkdir.c
my_mmap.c
my_net.c
my_netware.c
my_new.cc
my_once.c
my_open.c
my_port.c
my_pread.c
my_pthread.c
my_quick.c
my_read.c
my_realloc.c
my_redel.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
my_rename.c
my_rnd.c
my_safehash.c
my_safehash.h
my_seek.c
my_sleep.c
my_static.c Added --sync-sys=0 option for mysqld to skip sync() calls for faster testing 2010-08-09 20:05:42 +03:00
my_static.h
my_symlink.c
my_symlink2.c
my_sync.c Fixed typo that caused compile failure on Mac 2010-08-10 19:06:34 +03:00
my_thr_init.c
my_uuid.c
my_vle.c
my_wincond.c
my_windac.c
my_winthread.c
my_write.c
mysys_priv.h
ptr_cmp.c
queues.c
rijndael.c
safemalloc.c Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
sha1.c
stacktrace.c Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-30 17:33:10 -03:00
string.c
test_charset.c
test_dir.c
test_fn.c
test_thr_mutex.c
test_xml.c
testhash.c
thr_alarm.c
thr_lock.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
thr_mutex.c
thr_rwlock.c
tree.c
trie.c
typelib.c
waiting_threads.c
wqueue.c