- 30 Jul, 2004 13 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
flags to enable static linking (to avoid having a shared lib dependency in the Linux RPMs) - Disabled OpenSSL in the Max RPM sql/Makefile.am: - added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql link flags to enable static linking (to avoid having a shared lib dependency in the Linux Server RPMs) support-files/mysql.spec.sh: - Disable OpenSSL in the Max RPM
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
unknown authored
mysql-test/r/ps_6bdb.result: Updated results.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-
unknown authored
sql-common/my_time.c: superfluous ; which caused a problem with gcc 2.95
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
mysql-test/r/auto_increment.result: bug test mysql-test/t/auto_increment.test: bug test sql/sql_base.cc: cleanup
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4492
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
- 29 Jul, 2004 11 commits
-
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-
unknown authored
if slave resumes at BEGIN). mysql-test/t/rpl_relayrotate.test: require InnoDB (does not make sense without InnoDB)
-
unknown authored
into hegel.txg:/home/miguel/bk/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-1717 client/mysqlbinlog.cc: Auto merged sql/mysql_priv.h: Auto merged
-
unknown authored
WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position options for mysqlbinlog, with a test file. This enables user to say "recover my database to how it was this morning at 10:30" (mysqlbinlog "--stop-datetime=2003-07-29 10:30:00"). Using time functions into client/ made me move them out of sql/ into sql-common/. + (small) fix for BUG#4507 "mysqlbinlog --read-from-remote-server sometimes cannot accept 2 binlogs" (that is, on command line). client/client_priv.h: new options for mysqlbinlog client/mysqlbinlog.cc: WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position. (small) fix for BUG#4507 "mysqlbinlog --read-from-remote-server sometimes cannot accept 2 binlogs". include/my_time.h: importing time functions so that client/ files can use them. include/mysql_time.h: importing time types so that client/ files can use them. sql-common/my_time.c: importing time functions so that client/ files can use them. sql/mysql_priv.h: moving time functions out of sql/ into sql-common/ sql/time.cc: moving time functions out of sql/ into sql-common/ sql/tztime.h: moving time functions out of sql/ into sql-common/
-
unknown authored
(since it's in the other -max builds already). BUILD/compile-pentium-max: Removed obviously obsolete comment. BUILD/compile-pentium-valgrind-max: Added same --with* options as for other -max builds (e.g. ndbcluster).
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
compile fix for gcc-2.95 sql/ha_ndbcluster.cc: compile fix for gcc-2.95 sql/ha_ndbcluster.h: compile fix for gcc-2.95
-
unknown authored
its own enter string.
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1 sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged
-
- 28 Jul, 2004 13 commits
-
-
unknown authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
used a common style with array subscripts, improved the line-up, wrapped long lines.
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-4.1-root
-
unknown authored
make subclass friend for gcc-2.95 et al [dup push] ndb/src/mgmsrv/MgmtSrvr.hpp: make subclass friend for gcc-2.95 et al
-
unknown authored
are such)
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
-
unknown authored
mysql-test/r/ndb_basic.result: Added order by to some selects mysql-test/r/ndb_lock.result: Added order by to some selects mysql-test/t/ndb_basic.test: Added order by to some selects mysql-test/t/ndb_lock.test: Added order by to some selects
-
unknown authored
TIMESTAMP columns should be unsigned to preserve compatibility with 4.0 (Or else InnoDB will return different internal TIMESTAMP values when user upgrades to 4.1). Altough this fix will introduce problems with early 4.1 -> 4.1 upgrades (tables with TIMESTAMP field should be reloaded using mysqldump) it will allow easy 4.0 -> 4.1 upgrade (which is more important since 4.1 is still beta). mysql-test/r/metadata.result: TIMESTAMP should be UNSIGNED as in 4.0. mysql-test/r/ps_2myisam.result: TIMESTAMP should be UNSIGNED as in 4.0. mysql-test/r/ps_3innodb.result: TIMESTAMP should be UNSIGNED as in 4.0. mysql-test/r/ps_4heap.result: TIMESTAMP should be UNSIGNED as in 4.0. mysql-test/r/ps_5merge.result: TIMESTAMP should be UNSIGNED as in 4.0. sql/field.cc: TIMESTAMP should be UNSIGNED to preserve compatiblity with 4.0. (Or else InnoDB will return different internal TIMESTAMP values when user upgrades to 4.1).
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
unknown authored
in the list.
-
- 27 Jul, 2004 3 commits
-
-
unknown authored
another spelling mistake fixed acinclude.m4: another spelling mistake fixed
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-4.1-zlib configure.in: Auto merged
-
unknown authored
- comment for AC_DEFINE(HAVE_COMPRESS) fixed - build convenience library from zlib: we need to compile it into both libmysqlclient.a and libmysqlclient.so - --with-zlib-dir=bundled configure option acinclude.m4: - MYSQL_CHECK_ZLIB_WITH_COMPRESS: added support for --with-zlib-dir=bundled - AC_DEFINE comment fixed tools/Makefile.am: - uncomment bin_PROGRAMS (typo fixed) zlib/Makefile.am: - build libtool convenience library, not static one: we need libz objects to be compiled in libmysqlclient.so shared version
-