monty@hundin.mysql.fi
f02ed5fe0b
Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3
...
Fixed problem with command line arguments on 64 bit machines when
we use ~0 to indicate 'no limit'
2001-06-03 16:45:49 +03:00
monty@hundin.mysql.fi
4ed8a94079
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-06-03 12:26:46 +03:00
monty@hundin.mysql.fi
4014d2367c
Added ABS() to make tests more portable.
...
New postgresql crash-me file.
Increased blob size in benchmarks from 65K to 1M.
2001-06-03 12:26:24 +03:00
serg@serg.mysql.com
30bb7b5171
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-06-03 09:06:12 +02:00
serg@serg.mysql.com
8e4246ca97
misplaced #ifdef fixed
2001-06-03 09:03:24 +02:00
paul@central.snake.net
22920434b3
Merge paul@work.mysql.com:/home/bk/mysql
...
into central.snake.net:/home/paul/mysql
2001-06-02 12:56:19 -05:00
paul@central.snake.net
fc7b2b7ef3
manual.texi ISAM Tables: show how to convert to MySQL so mysqlcheck
...
manual.texi can be used.
2001-06-02 12:48:05 -05:00
monty@hundin.mysql.fi
0efb10e71c
Added missing flag latvia.eps
...
Fixed file permissions in Flags
2001-06-02 11:36:14 +03:00
sasha@mysql.sashanet.com
7334889af7
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-06-01 17:50:19 -06:00
sasha@mysql.sashanet.com
e09d554ed6
test if dirty close releases global read lock held by a thread
2001-06-01 17:43:32 -06:00
monty@hundin.mysql.fi
18c02a05fb
Fixed bugs in symlink code
2001-06-02 01:16:26 +03:00
monty@hundin.mysql.fi
23e031f200
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-06-02 00:03:39 +03:00
monty@hundin.mysql.fi
e30ff2ece1
Fixed bug that caused client to hang because mysqld never did send an
...
error message if the table open or the index creation failed.
Updated portuguese error messages.
Fix for OS/2 that affected CHECK TABLE.
2001-06-02 00:03:16 +03:00
paul@central.snake.net
e99d9fcbe5
manual.texi Changed Jay Flaherty's email address.
2001-06-01 13:24:29 -05:00
monty@hundin.mysql.fi
dd83beb76a
Added --skip-symlinks
...
Don't force repair of tables that are not closed properly.
2001-06-01 19:38:47 +03:00
monty@hundin.mysql.fi
683a46a38b
Added ER_SAFE() for cases when the error message could be out of bands
2001-06-01 04:10:53 +03:00
monty@hundin.mysql.fi
7ec2d474ce
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-06-01 03:53:38 +03:00
monty@hundin.mysql.fi
0a51e72aa3
Added symlink support to mysys library.
2001-06-01 03:53:14 +03:00
sasha@mysql.sashanet.com
bd109ae97c
fixed bug in CHANGE MASTER TO
2001-05-31 16:54:16 -06:00
sasha@mysql.sashanet.com
0ca8dd1721
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-05-31 13:58:33 -06:00
sasha@mysql.sashanet.com
6d75659b42
deal with errno out of range when reading it from the master
2001-05-31 13:56:57 -06:00
heikki@donna.mysql.fi
d3d9bc9488
sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 case in mutex_reset_lock_word
2001-05-31 15:59:03 +03:00
heikki@donna.mysql.fi
c476d8d122
sync0sync.ic Use XCHG also to reset the mutex lock word: it makes a serialization point to code on Intel and gives more safety
2001-05-31 15:23:40 +03:00
monty@hundin.mysql.fi
8ad79ab09b
Fixed typo from last checkin
2001-05-31 13:17:30 +03:00
monty@hundin.mysql.fi
be188b117b
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2001-05-31 12:19:16 +03:00
monty@hundin.mysql.fi
6a387c7cdf
Added functions for symbolic link handling to make it possible to
...
backport things from 4.0. This is safe as the functions are not used!
Fixed bug in new mutex handling in InnoDB
Make allow_break() and dont_break() defines.
2001-05-31 12:18:53 +03:00
mwagner@evoq.mwagner.org
e66e6a0b86
manual.texi URL adjustments.
2001-05-30 14:13:43 -05:00
jani@janikt.pp.saunalahti.fi
7276b19e1b
Added documentation about mysqlcheck.
2001-05-30 16:24:02 +03:00
jani@janikt.pp.saunalahti.fi
2b5d60504b
Fixed a few typos.
2001-05-29 20:03:58 +03:00
mikef@nslinux.bedford.progress.com
d1fc2f3c4f
Merge nusphere@work.mysql.com:/home/bk/mysql
...
into nslinux.bedford.progress.com:/usr1/mikef/MYSQL/there
2001-05-29 09:38:16 -04:00
mikef@nslinux.bedford.progress.com
ceac5f9227
Pushing all the Gemini changes above the table handler.
2001-05-29 09:29:08 -04:00
heikki@donna.mysql.fi
68ad34135b
Merge heikki@work.mysql.com:/home/my/mysql
...
into donna.mysql.fi:/home/heikki/mysqle
2001-05-29 15:08:23 +03:00
heikki@donna.mysql.fi
96176f16a3
ut0ut.c If localtime_r not available in Unix, use localtime
...
configure.in If localtime_r not available in Unix, use localtime
2001-05-29 15:07:41 +03:00
monty@donna.mysql.fi
acf598c50c
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-05-29 14:02:06 +03:00
monty@donna.mysql.fi
3dc4b35a05
Fixed problems with decimals withing IF()
...
Force add of FN_LIBCHAR to symlinks on windows
2001-05-29 13:46:17 +03:00
monty@tik.mysql.fi
444afa7597
Corrected error messages to avoid problems with too long error messages.
2001-05-28 02:56:22 +03:00
monty@tik.mysql.fi
7ea5c8104b
Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql
2001-05-28 02:49:12 +03:00
monty@tik.mysql.fi
38c035c098
Fixed portability bug in my_config.sh
...
Added print of --use-symbolic-links in mysqld
2001-05-28 02:45:19 +03:00
miguel@linux.local
75a62b98a8
Small fix for Symlink on Win32
2001-05-27 08:16:35 -03:00
mwagner@evoq.mwagner.org
ab3a0a1d29
manual.texi Missed one.
2001-05-27 04:20:35 -05:00
mwagner@evoq.mwagner.org
9e8e53913c
manual.texi Added mirror. Fixed erroneous @email{} usage.
2001-05-27 04:13:02 -05:00
mwagner@evoq.mwagner.org
e2d77e6a28
post-commit Updated commit address.
...
latvia.gif BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Flags/latvia.gif
latvia.txt BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Flags/latvia.txt
2001-05-27 01:10:46 -05:00
heikki@donna.mysql.fi
b3675fc5f7
sync0sync.ic InnoDB now uses XCHG to implement mutex if GCC and x86
...
configure.in InnoDB now uses XCHG to implement mutex if GCC and x86
2001-05-26 21:58:59 +03:00
sasha@mysql.sashanet.com
49ac18c7c9
BUILD/SETUP.sh@1.9
...
removed -ffixed-ebp from reckless flags
BUILD/compile-pentium@1.16
use fast, not reckless flags for binary distribuition
sql/share/english/errmsg.txt@1.24
Point the user to the manual when he gets aborted connection message
2001-05-25 16:26:52 -06:00
mwagner@evoq.mwagner.org
c4beb8321f
manual.texi Updated Contrib section, mirrors.
2001-05-24 18:47:52 -05:00
heikki@donna.mysql.fi
0703dba10d
ut0ut.c Rewrote ut_print_timestamp with localtime_r and in Win GetLocalTime
2001-05-24 22:59:32 +03:00
heikki@donna.mysql.fi
125b4bd6ba
log0log.c InnoDB now prints timestamp at startup and shutdown
...
srv0start.c InnoDB now prints timestamp at startup and shutdown
ut0ut.h InnoDB now prints timestamp at startup and shutdown
ut0ut.c InnoDB now prints timestamp at startup and shutdown
2001-05-24 22:35:14 +03:00
heikki@donna.mysql.fi
1993f26881
manual.texi Add instructions for innodb_unix_file_flush_method and MyISAM->InnoDB conversion
2001-05-24 20:06:19 +03:00
heikki@donna.mysql.fi
221b1ea5a4
log0log.c InnoDB now allows parameter innodb_unix_file_flush_method
...
os0file.c InnoDB now allows parameter innodb_unix_file_flush_method
srv0start.c InnoDB now allows parameter innodb_unix_file_flush_method
2001-05-23 20:19:56 +03:00
heikki@donna.mysql.fi
dcd68f2f0a
Merge heikki@work.mysql.com:/home/my/mysql
...
into donna.mysql.fi:/home/heikki/mysqle
2001-05-23 19:43:16 +03:00