Marko Mäkelä
e0421b7cc8
Merge 10.7 into 10.8
2022-11-01 08:50:28 +02:00
Oleksandr Byelkin
1ebfa2af62
Merge branch '10.6' into 10.7
2022-10-29 19:22:04 +02:00
Sergei Golubchik
dc3be24268
MDEV-29828 Indicate that --dump-history only applies to timestamp-based versioning
2022-10-26 15:30:39 +02:00
Sergei Golubchik
a6f9694650
MDEV-29736 mysqldump sets system_versioning_insert_history=1 twice and doesn't restore previous value
2022-10-26 15:30:39 +02:00
Sergei Golubchik
73b2a326d2
MDEV-29730 mysqldump --dump-history creates broken dump if there are precision-versioned tables
2022-10-26 15:30:39 +02:00
Sergei Golubchik
d249761ae5
MDEV-16029 mysqldump: dump and restore historical data
2022-10-26 15:30:39 +02:00
Sergei Golubchik
a39b4848e4
MDEV-16733 mysqldump --tab and --xml options are conflicting
2022-10-26 15:30:39 +02:00
Sergei Golubchik
a3dbd5de44
cleanup: mysqldump
...
remove extra loop over result set, don't check for INVISIBLE columns,
when not needed (xml ignores complete_insert and old servers cannot
have INVISIBLE)
2022-10-26 15:30:39 +02:00
Sergei Golubchik
768a10d02a
MDEV-22200 maridb-dump add --header option
...
fix quoting
2022-10-26 15:30:35 +02:00
rmfalves
f45f60636f
MDEV-22200: maridb-dump add --header option
...
This adds a header row in txt files exported by mariadb-dump --tab
Reviewed by: Daniel Black and Dan Lenski
2022-10-26 15:01:04 +11:00
Marko Mäkelä
aeccbbd926
Merge 10.5 into 10.6
...
To prevent ASAN heap-use-after-poison in the MDEV-16549 part of
./mtr --repeat=6 main.derived
the initialization of Name_resolution_context was cleaned up.
2022-10-25 14:25:42 +03:00
Marko Mäkelä
9a0b9e3360
Merge 10.4 into 10.5
2022-10-25 11:26:37 +03:00
Marko Mäkelä
667d3fbbb5
Merge 10.3 into 10.4
2022-10-25 10:04:37 +03:00
Anel Husakovic
1a057a923b
MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global variables"
...
- Add `replicate_rewrite_db` status variable, that may accept comma
separated key-value pairs.
- Note that option `OPT_REPLICATE_REWRITE_DB` already existed in `mysqld.h`
from this commit 23d8586dbf
Reviewer:Brandon Nesterenko <brandon.nesterenko@mariadb.com>
2022-10-21 14:49:05 -06:00
Sergei Golubchik
8e6a64194b
MDEV-29463 mysqlimport occasionally fails to fail in main.mysqldump
...
don't invoke atexit handlers if other threads are still running,
OpenSSL doesn't like concurrent cleanup (and who does?)
2022-10-20 15:47:15 +02:00
kurt
64d85c369b
MDEV-28720 add log message if flush log failure
2022-10-19 16:00:36 +11:00
Oleksandr Byelkin
35b831d971
Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11
2022-10-17 19:12:21 +02:00
Oleksandr Byelkin
2665fe4556
Merge branch 'bb-10.10-vp-MDEV-27691' into 10.10
2022-10-17 16:13:46 +02:00
Oleksandr Byelkin
069552a41d
Merge branch 'bb-10.9-vp-MDEV-27691' into 10.9
2022-10-17 12:39:02 +02:00
Oleksandr Byelkin
851b31bcc4
Merge branch 'bb-10.8-vp-MDEV-27691' into 10.8
2022-10-17 08:43:55 +02:00
Oleksandr Byelkin
8a9e17103b
Merge branch 'bb-10.7-vp-MDEV-27691' into 10.7
2022-10-16 21:40:08 +02:00
Oleksandr Byelkin
ce6efb584d
Merge branch 'bb-10.6-vp-MDEV-27691' into 10.6
2022-10-15 23:36:57 +02:00
Oleksandr Byelkin
2a62e61511
Merge branch 'bb-10.5-vp-MDEV-27691' into 10.5
2022-10-14 12:25:11 +02:00
Oleksandr Byelkin
7cad2e94b1
Merge branch 'bb-10.4-vp-MDEV-27691' into 10.4
2022-10-14 09:04:54 +02:00
Oleksandr Byelkin
89e3815b39
Merge branch 'bb-10.3-vp-MDEV-27691' into 10.3
2022-10-14 08:29:11 +02:00
Marko Mäkelä
945a5439cc
Merge 10.10 into 10.11
2022-10-13 11:03:21 +03:00
Marko Mäkelä
d66f6f0cb4
Merge 10.9 into 10.10
2022-10-13 10:57:21 +03:00
Marko Mäkelä
5197d81cdb
Merge 10.8 into 10.9
2022-10-13 10:56:57 +03:00
Marko Mäkelä
618d820646
Merge 10.7 into 10.8
2022-10-13 10:42:41 +03:00
Marko Mäkelä
588efca237
Merge 10.6 into 10.7
2022-10-13 10:05:29 +03:00
Marko Mäkelä
a992c615a6
Merge 10.5 into 10.6
2022-10-12 12:14:13 +03:00
Marko Mäkelä
977c385df3
Merge 10.4 into 10.5
2022-10-12 11:29:32 +03:00
Marko Mäkelä
7434eb566e
Merge 10.3 into 10.4
2022-10-11 15:18:49 +03:00
Zhibo Zhang
7a28c82dcd
MDEV-29183: Clarify mysqlbinlog command description ( #2245 )
...
The statement 'Verify checksum binlog events.' is confusing. Fix word order to make it clear.
2022-10-11 11:40:50 +01:00
Marko Mäkelä
6dc157f8a6
Merge 10.5 into 10.6
2022-10-06 09:22:39 +03:00
Marko Mäkelä
de078e060e
Merge 10.4 into 10.5
2022-10-06 08:29:56 +03:00
Marko Mäkelä
df97eb1432
Remove HAVE_SNPRINTF
...
This fixes up commit 77c184df7c
which explicitly specifies that we use ISO/IEC 9899:1999 (C99),
which includes the snprintf() function.
2022-10-05 10:09:49 +03:00
Oleksandr Byelkin
9206c1ea97
Merge branch '10.10' into 10.11
2022-10-04 13:55:38 +02:00
Oleksandr Byelkin
bb76dcbec7
Merge branch '10.9' into 10.10
2022-10-04 13:32:38 +02:00
Oleksandr Byelkin
55e07d9ade
Merge branch '10.8' into 10.9
2022-10-04 13:23:13 +02:00
Sergei Golubchik
8759967d1c
MDEV-29625 Some clients/scripts refer to old slow log variables
2022-10-04 12:28:04 +02:00
Oleksandr Byelkin
2f70784c2a
Merge branch '10.7' into 10.8
2022-10-04 11:42:37 +02:00
Oleksandr Byelkin
b6ebadaa66
Merge branch '10.6' into 10.7
2022-10-04 07:41:35 +02:00
Sergei Golubchik
900d7bf360
Merge branch '10.5' into 10.6
2022-10-02 22:14:21 +02:00
Sergei Golubchik
3a2116241b
Merge branch '10.4' into 10.5
2022-10-02 14:38:13 +02:00
Sergei Golubchik
d4f6d2f08f
Merge branch '10.3' into 10.4
2022-10-01 23:07:26 +02:00
Sergei Golubchik
194cc36805
Merge branch '10.5' into 10.6
2022-09-30 12:29:24 +02:00
Mikhail Chalov
9de9f105b5
Use memory safe snprintf() in Connect Engine and elsewhere ( #2210 )
...
Continue with similar changes as done in 19af1890
to replace sprintf(buf, ...)
with snprintf(buf, sizeof(buf), ...), specifically in the "easy" cases where buf
is allocated with a size known at compile time.
All new code of the whole pull request, including one or several files that are
either new files or modified ones, are contributed under the BSD-new license. I
am contributing on behalf of my employer Amazon Web Services, Inc.
2022-09-28 15:45:25 +01:00
Daniel Black
620d520d68
MDEV-29614 mariadb-upgrade calls mysql and mysql-check ( #2279 )
...
rather than mariadb/mariadb-check
2022-09-28 15:20:23 +01:00
Lena Startseva
f9bf41632e
Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders
2022-09-28 09:40:17 +07:00