- 26 Jun, 2006 4 commits
-
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.1-runtime
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-runtime-bug16992
-
knielsen@rt.int.sifira.dk authored
into mysql.com:/usr/local/mysql/tmp-5.1
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-runtime-bug18897
-
- 25 Jun, 2006 3 commits
-
-
elliot@mysql.com authored
-
elliot@mysql.com authored
into mysql.com:/home/emurphy/src/bk-clean/mysql-5.1
-
kent@mysql.com authored
Delete: scripts/make_win_src_distribution.sh Makefile.am: Unix and Windows now shares source package
-
- 24 Jun, 2006 4 commits
-
-
knielsen@rt.int.sifira.dk authored
into mysql.com:/usr/local/mysql/tmp-5.1
-
knielsen@rt.int.sifira.dk authored
into mysql.com:/usr/local/mysql/tmp-5.1
-
knielsen@mysql.com authored
Sometimes the helper connection (that is watching for the main connection to time out) would itself time out first, causing the test to fail.
-
knielsen@mysql.com authored
-
- 23 Jun, 2006 18 commits
-
-
knielsen@devsrv-b.mysql.com authored
into mysql.com:/data0/knielsen/tmp-5.1
-
elliot@mysql.com authored
-
elliot@mysql.com authored
into mysql.com:/home/emurphy/src/bk-clean/mysql-5.1
-
andrey@lmy004. authored
alter event rename". ALTER EVENT ... RENAME statement hasn't checked privileges for the target database. It also caused server crashes when target database was not specified explicitly and there was no current database. This fix adds missing privilege check and check for the case when target database is not specified explicitly or implicitly.
-
petr@owlet. authored
into mysql.com:/home/cps/mysql/devel/5.1-curs-bug
-
petr@mysql.com authored
-
knielsen@rt.int.sifira.dk authored
into mysql.com:/usr/local/mysql/tmp-5.1
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.1-vg-apr2
-
knielsen@mysql.com authored
The problem was a call to convert_dirname() with a destination buffer that did not have room for the trailing slash added by that function. This could cause the instance manager to crash in some cases.
-
monty@hasky.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
monty@mysql.com authored
(Happens if main thread exists before kill_server thread, which is ok)
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-runtime-bug20624
-
andrey@lmy004. authored
(fix for bug#20290 Event mechanism incompatible with embedded server, but tests tried)
-
monty@mysql.com authored
-
monty@hasky.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
monty@mysql.com authored
This change allows us to use the stmt_binlog function in the code without ifdefs (We should avoid having ifdefs in the .cc and .c files)
-
monty@hasky.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
monty@narttu.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
- 22 Jun, 2006 11 commits
-
-
monty@mysql.com authored
Fixed wrong table flags type in ndbcluster that caused previous commit to fail
-
monty@hasky.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
monty@hasky.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
monty@mysql.com authored
is_injective -> table_flag() HA_HAS_OWN_BINLOGGING (Faster and easier to understand) Allow cluster_binlogging also in mixed replication mode.
-
pekka@orca.ndb.mysql.com authored
into clam.ndb.mysql.com:/space/pekka/ndb/version/my51-bug14935
-
pekka@orca.ndb.mysql.com authored
into clam.ndb.mysql.com:/space/pekka/ndb/version/my51-bug18781
-
pekka@clam.ndb.mysql.com authored
have to push this to be able to push 5.0
-
anozdrin@alik. authored
into mysql.com:/mnt/raid/alik/MySQL/devel/5.1-rt-bug20294
-
anozdrin@alik. authored
into mysql.com:/mnt/raid/alik/MySQL/devel/5.1-rt-bug20294
-
anozdrin@mysql.com authored
im_instance_conf fails randomly.
-
knielsen@mysql.com authored
Some values were not initialized, causing Valgrind errors (and potential random bugs): - NDB binlog thread thd->variables.pseudo_thread_id. - Table null bits. - Field bytes for columns with NULL values.
-