- 25 Mar, 2004 6 commits
-
-
unknown authored
BitKeeper/etc/logging_ok: auto-union scripts/mysqlbug.sh: Auto merged sql/sql_parse.cc: Auto merged mysql-test/t/alter_table.test: Merge code with 3.23 sql/nt_servc.cc: use original code
-
unknown authored
service backport from 4.0 mysql-test/t/alter_table.test: Improved test case sql/nt_servc.cc: service backport from 4.0 BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-alter-3.23
-
unknown authored
cleanup (VERSION variable)
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
bug#3134 BitKeeper/deleted/.del-post-incoming~9f2168f531f09f3b: Delete: BitKeeper/triggers/post-incoming BitKeeper/deleted/.del-post-outgoing~1dd3d8f0f6e8f3cd: Delete: BitKeeper/triggers/post-outgoing
-
- 24 Mar, 2004 3 commits
- 23 Mar, 2004 5 commits
-
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-conf-4.0 mysys/default.c: Auto merged
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
-
unknown authored
mysql-test/t/alter_table.test: test for BUG#3270 added
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
- 22 Mar, 2004 8 commits
-
-
unknown authored
BitKeeper/deleted/.del-libmysql.def~f5dffcb3ed925d28: Delete: VC++Files/libmysql/libmysql.def VC++Files/innobase/innobase.dsp: 'com' module no longer exists. VC++Files/strings/MASM6x/strings.dsp: Add strnlen VC++Files/strings/strings.dsp: Add strnlen
-
unknown authored
Actually, assembler is used onnly on 32-bit x86 Win, and no need to exclude Netware specifically innobase/sync/sync0sync.c: Actually, assembler is used onnly on 32-bit x86 Win, and no need to exclude Netware specifically
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-4.0
-
unknown authored
Fix typo __NETWARE --> __NETWARE__ in mutex creation innobase/sync/sync0sync.c: Fix typo __NETWARE --> __NETWARE__ in mutex creation
-
unknown authored
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
unknown authored
A test case for the bug that allowed table names to be used in ORDER BY columns (But #3064) union.test: A test case for the bug that allowed table names to be used in ORDER BY columns (But #3064) sql_union.cc: A fix for a bug that allowed table names to be used in ORDER BY columns (But #3064) sql/sql_union.cc: A fix for a bug that allowed table names to be used in ORDER BY columns (But #3064) mysql-test/t/union.test: A test case for the bug that allowed table names to be used in ORDER BY columns (But #3064) mysql-test/r/union.result: A test case for the bug that allowed table names to be used in ORDER BY columns (But #3064)
-
unknown authored
-
- 20 Mar, 2004 4 commits
-
-
unknown authored
test="\"#no comment here"#real comment
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.0
-
unknown authored
this is better in this case: - imagine user1 has created a temp table - imagine user2 does FLUSH TABLES WITH READ LOCK, then takes a backup, then RESET MASTER then UNLOCK TABLES, like mysqldump --first-slave - then in the binlog you will finally have the DROP TEMPORARY TABLE, but not the CREATE TEMPORARY TABLE, so when you later restore with mysqlbinlog|mysql, mysql will complain that table does not exist. Replication was already protected of this (it processes DROP TEMPORARY TABLE as if there was a IF EXISTS), now I add it directly to the query for mysqlbinlog|mysql to work. mysql-test/r/drop_temp_table.result: result update (query changed)
-
unknown authored
Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key innobase/btr/btr0btr.c: Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
-
- 19 Mar, 2004 11 commits
-
-
unknown authored
Improve space utilization if we have 3 kB - 8 kB rows to insert in the order of the primary key btr0cur.c: Fix bug: The row count and key cardinality estimate was grossly too small if each clustered index page only contained one record innobase/btr/btr0cur.c: Fix bug: The row count and key cardinality estimate was grossly too small if each clustered index page only contained one record innobase/btr/btr0btr.c: Improve space utilization if we have 3 kB - 8 kB rows to insert in the order of the primary key
-
unknown authored
into mysql.com:/space/my/mysql-4.0
-
unknown authored
into mysql.com:/space/my/mysql-4.0-build
-
unknown authored
"-apple-darwin7.3.0-powerpc") - this is needed as we now will provide Mac OS X 10.2.x and Mac OS X 10.3.x PGKs (and it's more in line of how we name all other packages) Build-tools/Do-pkg: - PGK and DMG names now include the full arch name (e.g. "-apple-darwin7.3.0-powerpc") - this is needed as we now will provide Mac OS X 10.2.x and Mac OS X 10.3.x PGKs (and it's more in line of how we name all other packages)
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
Fixed some wrong column specifications in mysql_fix_privilege_tables mysql-test/mysql-test-run.sh: Portability fix mysql-test/r/func_math.result: portability fix mysql-test/r/rpl_error_ignored_table.result: portability fix mysql-test/t/func_math.test: portability fix mysql-test/t/rpl_error_ignored_table.test: portability fix scripts/mysql_fix_privilege_tables.sh: func.name was not generated correctly scripts/mysql_fix_privilege_tables.sql: Fixed some wrong column specifications
-
unknown authored
scripts/mysql_install_db.sh: typo fixed (thanks Alex Dupre <ale@FreeBSD.org> for noticing this!)
-
unknown authored
-
unknown authored
Removed \r from new tests Fixes to get new sustem_mysql_db... tests to work client/mysqltest.c: More debug information innobase/que/que0que.c: Fixed wrong usage of __attribute mysql-test/mysql-test-run.sh: Portability fix; Added CLIENT_BINDIR mysql-test/t/system_mysql_db_fix.test: Removed \r mysql-test/t/system_mysql_db_refs.test: Removed \r scripts/mysql_fix_privilege_tables.sh: Don't set root password from first option Added --bindir option
-
unknown authored
into mysql.com:/home/my/mysql-4.0
-
- 17 Mar, 2004 3 commits
-
-
unknown authored
client library: - implemented 'check_license' function include/errmsg.h: WL #1510: new error code include/mysql_version.h.in: WL #1510: fallback define for LICENSE libmysql/errmsg.c: WL #1510: error message to print in case when client and server license mismatch. libmysql/libmysql.c: WL#1510: implementation of 'check_license' function sql/set_var.cc: removed unused variable 'license'
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2874/mysql-4.0
-
unknown authored
BitKeeper/deleted/.del-system_mysql_db.test~f5a7ec0e9440c043: Delete: mysql-test/t/reserv/system_mysql_db.test BitKeeper/deleted/.del-system_mysql_db_fix.test~180b2fd4873a9c49: Delete: mysql-test/t/reserv/system_mysql_db_fix.test BitKeeper/deleted/.del-system_mysql_db_fix-master.opt~2897a9ebb17f930e: Delete: mysql-test/t/reserv/system_mysql_db_fix-master.opt BitKeeper/deleted/.del-system_mysql_db_refs.test~e5bffdb55190a23c: Delete: mysql-test/t/reserv/system_mysql_db_refs.test
-