- 12 Sep, 2003 1 commit
-
-
unknown authored
- removed "-traditional-cpp" from the darwin6 compile flags, as it broke compilation with gcc-3.3 on Mac OS X and does not seem to be required in general. - make sure to link libmysqld/examples/mysqltest.c with a C++ compiler, as the embedded server library (libmysqld.a) includes C++ code. This broke compilation with non-gcc compilers. configure.in: - removed "-traditional-cpp" from the darwin6 compile flags, as it broke compilation with gcc-3.3 and does not seem to be required in general. libmysqld/examples/Makefile.am: - make sure to link mysqltest.c with a C++ compiler, as the embedded server library (libmysqld.a) includes C++ code.
-
- 10 Sep, 2003 2 commits
-
-
unknown authored
use the local machine's IP address instead of the host name when building the initial grant tables if "skip-name-resolve" has been specified in my.cnf. This can be helpful on FreeBSD to avoid thread-safety problems with the FreeBSD resolver libraries. (Thanks to Jeremy Zawodny for the patch) scripts/mysql_install_db.sh: - Added option "--skip-name-resolve" to use the local machine's IP address instead of the host name when building the initial grant tables if "skip-name-resolve" has been specified in my.cnf (Thanks to Jeremy Zawodny for the patch)
-
unknown authored
- tagged ChangeSet 1.1556 as mysql-4.0.15 configure.in: - Bumped up version number: 4.0.15 -> 4.0.16
-
- 09 Sep, 2003 1 commit
-
-
unknown authored
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege include/mysql.h: Make server_inited external libmysqld/libmysqld.c: Remove reference to (wrong) external variable mysql-test/r/grant.result: Fixed up grant test to not user 'user1' or 'user2' Check for bug in SHOW GRANTS when there is a column privilege but no table privilege mysql-test/r/mix_innodb_myisam_binlog.result: Change to use tables t1 and t2 mysql-test/t/grant.test: Fixed up grant test to not user 'user1' or 'user2' Check for bug in SHOW GRANTS when there is a column privilege but no table privilege mysql-test/t/mix_innodb_myisam_binlog.test: Change to use tables t1 and t2 sql/sql_acl.cc: Fix bug in SHOW GRANTS when there is a column privilege but no table privilege sql/sql_parse.cc: Use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
-
- 08 Sep, 2003 7 commits
-
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.0
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1184/mysql-4.0
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1184/mysql-4.0
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1056/mysql-4.0
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1056/mysql-4.0 client/mysqldump.c: Auto merged
-
unknown authored
sql/sql_parse.cc: Replication's commands were allowed, but didn't have proper implementations for embedded library
-
unknown authored
i fixed this in 4.1 in slightly different way libmysqld/lib_sql.cc: Initialization's flag was made global libmysqld/libmysqld.c: Check for mysql_server_init call added
-
- 06 Sep, 2003 2 commits
- 05 Sep, 2003 7 commits
-
-
unknown authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
Another fix applied
-
unknown authored
-
unknown authored
-
unknown authored
Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows. myisam/mi_locking.c: Added DBUG info myisam/mi_open.c: Added DBUG info myisam/mi_update.c: More comments Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows. mysql-test/r/myisam.result: Added test case for MyISAM UPDATE bug mysql-test/t/myisam.test: Added test case for MyISAM UPDATE bug
-
- 04 Sep, 2003 2 commits
-
-
unknown authored
Windows fix to avoid VC++ 6.0 compiler bug, which prevents compilation when function calls are present inside an expanded inline function innobase/fsp/fsp0fsp.c: Added seperate error message to avoid VC++ 6.0 compiler bug
-
unknown authored
Fix make_win_src_distribution scripts/make_win_src_distribution.sh: Fix in case of default to .zip, use 'recode' if available
-
- 03 Sep, 2003 5 commits
-
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
client/mysqldump.c: Better quoting patch
-
unknown authored
into ou800.zenez.com:/unixware/home/mount/ou800/zenez3/zenez/bk/blg/mysql-4.0
-
unknown authored
configure.in: Changes for UnixWare 7.1.X andOpenUNIX 8.0.0 to allow gcc. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 02 Sep, 2003 6 commits
-
-
unknown authored
proper obligatory quoting of identifiers in mysqldump<->server communication (unrelated from command-line options)
-
unknown authored
Fix for the bug #971: ORDER BY DESC doesn't return correct num of rows with BDB and an indexed column.
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
-
- 01 Sep, 2003 3 commits
- 29 Aug, 2003 4 commits
-
-
unknown authored
- Really fixed BUG 998 (disable the checking for installed but unpackaged files)
-
unknown authored
13:58 <monty> konstantin: the comment is missplaced (probably after merge). You can remove it sql/sql_parse.cc: removed stale comment BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0
-
unknown authored
Changes like this should be done to 4.1, not to a stable release mysql-test/r/lowercase_table.result: Revert change of lower-case-table handling mysql-test/t/lowercase_table.test: Revert change of lower-case-table handling sql/sql_class.cc: Revert change of lower-case-table handling sql/sql_class.h: Revert change of lower-case-table handling sql/sql_parse.cc: Revert change of lower-case-table handling sql/sql_table.cc: Revert change of lower-case-table handling sql/sql_yacc.yy: Revert change of lower-case-table handling
-