Below is the list of changes that have just been committed into a
4.0 repository of sasha. When sasha does a push, they will be propogated to
the main repository and within 24 hours after the push to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet@stripped, 2001-09-22 22:52:48-06:00, sasha@stripped
fixed const value clash for MY_FULL_IO
include/my_sys.h
1.52 01/09/22 22:52:47 sasha@stripped +1 -1
fixed const value clash that was causing problems in backup_table
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: sasha
# Host: mysql.sashanet.com
# Root: /home/sasha/src/bk/mysql-4.0
--- 1.51/include/my_sys.h Sat Sep 22 21:47:56 2001
+++ 1.52/include/my_sys.h Sat Sep 22 22:52:47 2001
@@ -59,7 +59,7 @@
#define MY_WME 16 /* Write message on error */
#define MY_WAIT_IF_FULL 32 /* Wait and try again if disk full error */
#define MY_RAID 64 /* Support for RAID (not the "Johnson&Johnson"-s one ;) */
-#define MY_FULL_IO 128 /* For my_read - loop intil I/O
+#define MY_FULL_IO 512 /* For my_read - loop intil I/O
is complete
*/
#define MY_DONT_CHECK_FILESIZE 128 /* Option to init_io_cache() */
| Thread |
|---|
| • bk commit into 4.0 tree | sasha | 23 Sep |