Kristian Nielsen
1794fd427a
MDEV-34705: Binlog in Engine: Resume from existing binlogs
...
When (re-)starting the server, check for any existing binlog files.
Open the last two found (if any), and find the position that was last
written before the restart. Continue binlogging from that point rather
than creating new binlog files.
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org >
2025-04-06 10:00:17 +02:00
Aleksey Midenkov
ce7820eb83
MDEV-28931 --verbose option is too verbose
...
GetOpt::Long bundling option for convenient one-char verbosity levels:
-v General verbosity (file and execute operations)
-vv High verbosity (algorithmic considerations)
-vvv Debug verbosity (anything else)
2022-07-18 23:16:17 +03:00
Vicențiu Ciorbaru
cb248f8806
Merge branch '5.5' into 10.1
2019-05-11 22:19:05 +03:00
Vicențiu Ciorbaru
5543b75550
Update FSF Address
...
* Update wrong zip-code
2019-05-11 21:29:06 +03:00
Sergei Golubchik
7f5e51b940
MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
...
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
2014-10-11 18:53:06 +02:00
Kent Boortz
68f00a5686
Updated/added copyright headers
2011-06-30 17:37:13 +02:00
Bjorn Munch
252c37a639
Bug #45698 MTR_VERSION=1 ./mtr --force does not work
...
Small amendment to original fix, as it did not work in azalea
Need to handle combinations, would eventually break in 5.1 too
2009-07-31 11:22:57 +02:00
Bjorn Munch
b9720c7170
Bug #45700 MTR v1 --start-and-exit --default-storage-engine=Innodb is froken
...
Change of variable states in Bug 19027 was not backported to v1
Changed ne "TRUE" to eq "OFF"
2009-07-17 10:41:04 +02:00
Bjorn Munch
5a2d043f1d
Bug #45698 MTR_VERSION=1 ./mtr --force does not work
...
General problem: some test cannot run in V1, expect more in future
Implement general mechanism for listing incompatible tests
2009-07-16 14:05:46 +02:00
Magnus Svensson
06fdd29404
Bug#40742 MTR_VERSION=1 perl mysql-test-run.pl --start-and-exit rpl_alter does not work
...
mysql-test/lib/v1/mtr_cases.pl:
The combinations file in suite uses my.cnf file syntax - thus the options in the
combinations file should not have -- prefixed.
Add -- to the option while reading it from file.
2008-11-14 15:39:12 +01:00
Magnus Svensson
b454d067cb
WL#4189 Add full backward compatibility to mysql-test-run.pl
...
- Add copy of mtr v1 and make it possible to run it using MTR_VERSION=1
2008-11-14 09:45:32 +01:00