serg@serg.mysql.com
dfa90af1e0
--use-frm option to mysqlcheck
2002-11-08 20:57:36 +01:00
heikki@hundin.mysql.fi
3f96bc0610
log0recv.c:
...
Removed compiler warnings about wrong printf formats
2002-11-08 18:44:42 +02:00
lenz@mysql.com
7b521b3692
Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2002-11-08 16:14:36 +01:00
lenz@mysql.com
a61c8ed770
- Typo fixed
2002-11-08 16:13:46 +01:00
Sinisa@sinisa.nasamreza.org
f200c567bf
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-11-08 17:05:30 +02:00
Sinisa@sinisa.nasamreza.org
d54bb36df7
Changes that will enable proper wildcarding of databases, plus
...
proper escaping of databases with '_' in their name.
More explanations in the manual.
2002-11-08 17:02:33 +02:00
salle@geopard.(none)
c28069be6d
Merge akeremidarski@work.mysql.com:/home/bk/mysql
...
into geopard.(none):/storage/bk/mysql-3.23
2002-11-08 16:40:19 +02:00
monty@hundin.mysql.fi
0f14b3c27b
Merge from 3.23 to get fix for GROUP BY bug
2002-11-08 15:12:51 +02:00
monty@hundin.mysql.fi
771f55023e
Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0
2002-11-08 15:12:50 +02:00
lenz@mysql.com
ec0820b7e5
Do-compile:
...
- added build option "--with-debug" to build unstripped binaries with
debugging enabled
2002-11-08 14:12:49 +01:00
lenz@mysql.com
58c008c56e
Do-compile:
...
- "--config-env" can now be given more than once
- don't be smart about version suffixes
2002-11-08 11:52:16 +01:00
monty@hundin.mysql.fi
5d2f8e96f1
Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23
2002-11-08 10:00:40 +02:00
monty@hundin.mysql.fi
81503e476a
Fixed rare core dump bug when using complicated GROUP BY query that didn't return any results.
...
This only showed up under heavy load.
2002-11-08 09:58:28 +02:00
serg@sergbook.mysql.com
cd6bf73f20
manually merged
2002-11-07 21:56:24 +01:00
heikki@hundin.mysql.fi
d4cd385237
btr0btr.c, buf0buf.c:
...
Fix a glitch: under heavy ibuf activity InnoDB could print the whole contents of ibuf tree to the error log
2002-11-07 21:04:26 +02:00
Sinisa@sinisa.nasamreza.org
bd6f8e0b5f
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
2002-11-07 20:14:15 +02:00
Sinisa@sinisa.nasamreza.org
db99aeb241
Small fix to avoid problems in building with --without-debug
2002-11-07 20:11:55 +02:00
monty@hundin.mysql.fi
36f3c41e37
Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0
2002-11-07 19:29:14 +02:00
monty@hundin.mysql.fi
8d283a3d73
Portability fix (accidently left out from last changeset)
2002-11-07 19:25:27 +02:00
heikki@hundin.mysql.fi
be51d6ae8c
row0mysql.c:
...
Backport from 4.0: Fix corruption of ON DELETE CASCADE in lock wait timeout
2002-11-07 15:05:26 +02:00
heikki@hundin.mysql.fi
b31f909d7b
Many files:
...
Fix hang introduced by selective deadlock resolution
srv0srv.c, row0mysql.c:
Fix hang introduced by selective deadlock resolution + corruption caused by lock timeout or sel deadl res in ON DELETE CASCADE
2002-11-07 14:47:25 +02:00
monty@hundin.mysql.fi
aa4e165808
Portability fix extern "C" static -> extern "C"
2002-11-07 12:49:02 +02:00
monty@butch.
890b39bb68
merge
2002-11-07 12:49:01 +02:00
monty@hundin.mysql.fi
db6cbba239
Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0
2002-11-07 04:03:44 +02:00
monty@hundin.mysql.fi
65badfff1a
Put temporary files in binlog cache when using BEGIN/COMMIT
...
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions
New variables @@rand_seed1 and @@rand_seed2 (used by replication)
DROP TEMPORARY TABLE
2002-11-07 04:02:37 +02:00
monty@butch.
a2bdf9265f
Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.
2002-11-07 03:54:00 +02:00
bell@sanja.is.com.ua
38787c5d65
cleanup & fixing possible bug in select's error handling
2002-11-06 22:38:06 +02:00
serg@sergbook.mysql.com
7ad5882da5
BETWEEN fixed
2002-11-06 16:21:41 +01:00
lenz@mysql.com
e34e82d156
- configure.in: replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since the
...
old macro name is deprecated (according to the libtool 1.4.2 docs).
2002-11-06 15:01:03 +01:00
bar@bar.mysql.r18.ru
2434be61f8
String->copy() now has a charset arg
2002-11-06 17:43:22 +04:00
lenz@mysql.com
4fecef1464
- configure.in: replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since the
...
old macro name is deprecated (according to the libtool 1.4.2 docs).
2002-11-06 14:13:11 +01:00
bar@bar.mysql.r18.ru
86b633379c
Some charset code clean-ups
2002-11-06 17:01:12 +04:00
bar@bar.mysql.r18.ru
5d45eae0c5
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
2002-11-06 15:51:22 +04:00
bar@bar.mysql.r18.ru
9a9e7ce0f4
Item->thd_charset() - returns a default charset which should be used
...
to compose strings appeared without charset context, for example,
in convertion from numer into string type.
2002-11-06 15:49:53 +04:00
vva@genie.(none)
9c1b89db57
Merge genie.(none):/home/vva/work/mysql.orig/compileable/4.1
...
into genie.(none):/home/vva/work/lex_hash/4.1
2002-11-06 13:45:01 +04:00
peter@mysql.com
8238d98ba9
Merge pzaitsev@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/pz/mysql/mysql-4.0-root
2002-11-06 12:38:52 +03:00
peter@mysql.com
5968a5ea25
Final decimal bug fix changeset (hope)
2002-11-06 12:35:16 +03:00
vva@genie.(none)
491debcc21
Merge genie.(none):/home/vva/work/mysql.orig/compileable/4.1
...
into genie.(none):/home/vva/work/lex_hash/4.1
2002-11-06 13:05:42 +04:00
vva@genie.(none)
01da261574
new version of sql/gen_lex_hash.cc
2002-11-06 13:03:38 +04:00
serg@sergbook.mysql.com
ecfa37baa5
Merge
2002-11-06 09:52:13 +01:00
gluh@gluh.(none)
98579955d6
Merge sgluhov@work.mysql.com:/home/bk/mysql-4.0
...
into gluh.(none):/home/gluh/mysql-4.0.bklast
2002-11-06 12:19:06 +04:00
bar@bar.mysql.r18.ru
8229d282f7
Extensions to support this:
...
SHOW CREATE DATABASE [IF NOT EXISTS] dbname
Version dependant parts are displayed in appropriative comments:
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ucs` /*!40100 DEFAULT CHARACTER SET ucs2*/
2002-11-06 12:01:38 +04:00
peter@mysql.com
21601b51c3
Merge mysql.com:/home/pz/mysql/mysql-4.0-root
...
into mysql.com:/home/pz/mysql/mysql-4.0
2002-11-06 10:06:18 +03:00
heikki@hundin.mysql.fi
db1693101b
Many files:
...
Merge InnoDB-4.0.5b: minor improvements to foreign keys, more logical data dictionary lock
2002-11-06 00:41:27 +02:00
monty@hundin.mysql.fi
a6e5f9217c
Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0
2002-11-06 00:41:26 +02:00
bell@sanja.is.com.ua
6ed210db68
fixed bdb transaction with query cache bug
2002-11-06 00:41:25 +02:00
monty@hundin.mysql.fi
5333cfb429
Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2
...
Some simple optimizations
2002-11-05 22:45:42 +02:00
serg@sergbook.mysql.com
2e1a324a85
updated test results
2002-11-05 18:38:27 +01:00
serg@sergbook.mysql.com
d4783821ba
merged
2002-11-05 17:10:31 +01:00
serg@sergbook.mysql.com
6f963dad66
added DBUG_ENTER/RETURN tags, dbug_add_tags.pl bugfix
2002-11-05 16:06:11 +01:00