guilhem@mysql.com
7eda171f9a
There is no reason that Intvar_log_event's constructor calls Log_event::Log_event()
...
instead of Log_event::Log_event(THD*, ...) when the event is built in the master
to be written in the binlog.
Rand_log_event already used the good constructor, so there really is no reason
for Intvar_log_event to be an exception.
This fixes a test failure of last night (which appeared after I removed a useless
e.server_id=thd->server_id in log.cc; in fact this line was not useless because
it hid the bad constructor).
Replication tests pass, with Valgrind too.
2003-12-02 16:49:46 +01:00
guilhem@mysql.com
b40eb13b79
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-12-01 15:21:42 +01:00
guilhem@mysql.com
612109ffa0
Removing unneeded code: the Intvar_log_event constructor calls the Log_event constructor
...
which does e.server_id=thd.server_id.
2003-12-01 14:59:35 +01:00
monty@mysql.com
cad6b7c8be
rpl_parse and rpl_probe don't have to be reset as they are already 0
2003-11-28 20:41:33 +02:00
serg@serg.mylan
77d137a24a
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-11-28 18:18:58 +01:00
serg@serg.mylan
d2e065022f
"optimization cleanup" reverted - problems on rpl_redirect test.
...
It happens that mysql->client_next->client_next=mysql
and mysql_close() goes into infinite loop.
Results vary from simple sigsegv (FreeBSD), to hard system lockup (Linux)
:)
2003-11-28 18:15:58 +01:00
monty@mysql.com
1976b25dc6
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/my/mysql-4.0
2003-11-28 15:45:57 +02:00
monty@mysql.com
4f42a47408
Fixed range optimzier bug (Bug #1828 )
2003-11-28 15:45:34 +02:00
serg@serg.mylan
ffb499927c
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-11-28 12:51:15 +01:00
serg@serg.mylan
16e5b4f0ba
bug #1945 . item(expression)->name=0, crash in find_item_in_list
2003-11-28 12:36:45 +01:00
konstantin@mysql.com
faad8c7478
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/kostja/mysql/mysql-4.0-root
2003-11-28 02:03:57 +03:00
konstantin@mysql.com
3b9eb09276
no need to zero-initialize mysql->master->{rpl_pivot, options.rpl_parse,
...
options.rpl_probe} as they are zero-initialized in spawn_init()
2003-11-28 01:57:05 +03:00
konstantin@mysql.com
48ef39ee65
cleanup:
...
no need to set rpl_parse, rpl_probe and rpl_pivot to zero as whole mysql
structure is bzeroed in mysql_init(0) few lines before
2003-11-28 01:54:34 +03:00
monty@mysql.com
feb7857d1d
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/my/mysql-4.0
2003-11-26 03:30:23 +02:00
monty@mysql.com
ed6e446225
Added compilation comment to 'show variables'
...
This makes it possible to check origin of binary from the output of 'show variables'
2003-11-26 03:30:00 +02:00
lenz@mysql.com
8ff4b768ed
- Fixed missing node name
2003-11-25 19:19:20 +01:00
lenz@mysql.com
ba76560dca
- Removed COPYING.LIB from txt_files target in Docs/Makefile.am
2003-11-25 19:11:59 +01:00
lenz@mysql.com
531eb44301
- Removed COPYING.LIB from all source and binary distributions
...
after it was removed from manual.texi (where it was automatically
generated from).
2003-11-25 17:52:12 +01:00
lenz@mysql.com
12fb40460b
- Rephrased two option help texts to not start with "use the ..." as this
...
confuses RPM's Perl module dependency checking (it adds a bogus
requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
2003-11-24 17:05:24 +01:00
lenz@mysql.com
68690b0380
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-11-24 16:02:18 +01:00
jani@rhols221.adsl.netsonic.fi
b137384a38
Fixed Bug#1907, option of type GET_BOOL with arg type OPT_ARG
...
did not call get_one_option().
2003-11-24 13:25:08 +02:00
monty@mysql.com
5dca5c7d53
Fix test for binary builds
2003-11-23 21:03:10 +02:00
lenz@mysql.com
35af929935
- removed dependency on MySQL-client from the MySQL-devel RPM subpackage
...
as it is not really required. (BUG 1610) Thanks to Scott Harrison for
the suggestion.
2003-11-21 13:22:49 +01:00
serg@serg.mylan
5443cba38e
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-11-20 23:25:59 +01:00
serg@serg.mylan
8ca1836207
yet another trunc* bug
2003-11-20 23:15:07 +01:00
monty@mysql.com
41eda1c949
Revert patch for bigint handling in double context as it broke normal bigint handling
...
The right way to fix this is to change the Field::store(longlong) method to be
Field::store(longlong, bool unsigned_flag), but this is better to do in 4.1 than in 4.0
2003-11-21 00:11:50 +02:00
serg@serg.mylan
cb235f43c9
Merge
2003-11-20 23:07:31 +01:00
serg@sergbook.mylan
55182340ba
more left join tests
2003-11-20 22:20:54 +01:00
konstantin@mysql.com
dd287a4cdf
added comments to simple_order, simple_group, no_order, skip_sort_order
2003-11-20 21:21:56 +03:00
serg@serg.mylan
707e7e8992
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-11-19 23:13:48 +01:00
serg@serg.mylan
0c2107c6b4
minor fixups: more verbose on "no memory" errors - report requested size, avoid flushing rec buffer to a file that is closed and deleted already (on got_error=1)
2003-11-19 23:07:31 +01:00
lenz@mysql.com
ad309d5e0d
- removed some undefined non-weak symbols in libmysqlclient_r by
...
setting LIBS to include @openss_libs@ (BUG#1652)
2003-11-19 16:38:01 +01:00
serg@serg.mylan
11f70bdfc4
Bug#1826, HANDLER+ALTER TABLE=crash (unfortunately, it cannot be tested in mysql-test suite)
...
more user variable tests
2003-11-18 22:06:47 +01:00
guilhem@mysql.com
a780924979
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-11-18 17:36:09 +01:00
guilhem@mysql.com
8377acc7d1
Fix for BUG#1870
...
"CHANGE MASTER makes SQL thread restart from coordinates of I/O thread".
So, in CHANGE MASTER:
when it seems reasonable that the user did not want to discontinue
its replication (i.e. when he is not specifying host or port or master_log_file
or master_log_pos; this will be documented), set the coordinates of the
I/O thread to those of the SQL thread. This way, the SQL thread will see
no discontinuity in the relay log (i.e. will skip no events), because
the I/O thread will fill the brand new relay log with the events which
are just after the position where the SQL thread had stopped
(before CHANGE MASTER was issued).
And a new test for this bug.
2003-11-18 17:31:17 +01:00
monty@mashka.mysql.fi
2846a16c57
Merge with 3.23 (only comment changes)
2003-11-17 16:16:56 +02:00
monty@mashka.mysql.fi
a651262a10
Merge service name code
2003-11-17 13:10:07 +02:00
monty@mashka.mysql.fi
0d348eeab2
Fix for service names on windows; Now we always put the service name last when we create a service
2003-11-17 13:06:32 +02:00
monty@mashka.mysql.fi
2e04da0873
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into mashka.mysql.fi:/home/my/mysql-3.23
2003-11-17 13:00:15 +02:00
monty@mashka.mysql.fi
ea337204cb
Safety fix for alarms on windows.
2003-11-17 12:59:07 +02:00
serg@serg.mylan
60d60a299e
Item_uint::save_in_field() added to take into account bigint->decimal case
2003-11-16 17:37:15 +01:00
vva@eagle.mysql.r18.ru
24413c7d8c
fixed bug #1650 "mysql_config --libmysqd-libs misses libwrap"
2003-11-15 19:37:54 -04:00
serg@serg.mylan
9837748e5f
obligatory update checksum on repair, if it is obligatory verified on check.
2003-11-14 22:08:45 +01:00
serg@serg.mylan
0b7ccfa882
make error message more detailed
2003-11-12 22:33:28 +01:00
serg@sergbook.mylan
05b3ff393f
fulltext.test, fulltext.result:
...
one simple trunc* test
2003-11-08 15:39:10 +01:00
salle@vafla.online.bg
e51d0ced61
Fix for Bug #1752 Wrong letter cases.
...
Thanks to Daniel Convissor
2003-11-05 14:35:08 +02:00
walrus@mysql.com
ac8ac9ad04
Merge akishkin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/walrus/bk/40
2003-11-05 02:36:33 +05:00
walrus@mysql.com
ae156a25e7
compile-pentium-gcov:
...
Stop line wraping for compiler warnings.
It needs for warnings statistic in code coverage
2003-11-05 02:24:34 +05:00
walrus@mysql.com
9044922fae
compile-pentium-gcov:
...
Stop the line wrapping for warnings.
it needs for warnings statistic in code coverage
2003-11-05 02:23:13 +05:00
konstantin@mysql.com
8748cf96eb
Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/kostja/mysql/mysql-4.0-root
2003-11-04 12:55:39 +03:00