- 26 Mar, 2004 1 commit
-
-
monty@mysql.com authored
This fixed a bug in SELECT DISTINCT when all selected parts where constants. (Bug #3203)
-
- 25 Mar, 2004 7 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
service backport from 4.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-alter-3.23
-
serg@serg.mylan authored
cleanup (VERSION variable)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
bug#3134
-
- 24 Mar, 2004 3 commits
-
-
serg@serg.mylan authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
hf@deer.(none) authored
Shouldn't be moved to 4.1
-
- 23 Mar, 2004 5 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-conf-4.0
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
bell@sanja.is.com.ua authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
- 22 Mar, 2004 8 commits
-
-
Greg@greg-laptop. authored
-
heikki@hundin.mysql.fi authored
Actually, assembler is used onnly on 32-bit x86 Win, and no need to exclude Netware specifically
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.0
-
heikki@hundin.mysql.fi authored
Fix typo __NETWARE --> __NETWARE__ in mutex creation
-
paul@teton.kitebird.com authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
Sinisa@sinisa.nasamreza.org 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)
-
monty@mysql.com authored
-
- 20 Mar, 2004 4 commits
-
-
bell@sanja.is.com.ua authored
test="\"#no comment here"#real comment
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com 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.
-
heikki@hundin.mysql.fi 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
-
- 19 Mar, 2004 11 commits
-
-
heikki@hundin.mysql.fi 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
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
lenz@mysql.com 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)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
monty@mysql.com authored
Fixed some wrong column specifications in mysql_fix_privilege_tables
-
serg@serg.mylan authored
-
monty@mysql.com authored
-
monty@mysql.com authored
Removed \r from new tests Fixes to get new sustem_mysql_db... tests to work
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
- 17 Mar, 2004 1 commit
-
-
konstantin@mysql.com authored
client library: - implemented 'check_license' function
-