Yuchen Pei
35cebfdc51
MDEV-15696 Implement SHOW CREATE SERVER
...
One change is that if the port is not supplied or out of bound, the
old behaviour is to print 3306. The new behaviour is to not print
it (if not supplied) or the out of bound value.
2024-10-15 10:50:23 +11:00
Ocean Li
eedbb901e5
[MDEV-14978] Client programs to use $MARIADB_HOST consistently
...
Only `mysql` client program was using $MYSQL_HOST as the default host.
Add the same feature in most other client programs but using
$MARIADB_HOST instead.
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.
2024-10-04 06:44:39 +01:00
Marko Mäkelä
43465352b9
Merge 11.4 into 11.6
2024-10-03 16:09:56 +03:00
Marko Mäkelä
b53b81e937
Merge 11.2 into 11.4
2024-10-03 14:32:14 +03:00
Marko Mäkelä
12a91b57e2
Merge 10.11 into 11.2
2024-10-03 13:24:43 +03:00
Marko Mäkelä
63913ce5af
Merge 10.6 into 10.11
2024-10-03 10:55:08 +03:00
Marko Mäkelä
7e0afb1c73
Merge 10.5 into 10.6
2024-10-03 09:31:39 +03:00
Yuchen Pei
ba7088d462
Merge '11.4' into 11.6
2024-10-03 15:59:20 +10:00
ParadoxV5
d8d80bd503
Fix a couple of my_snprintf
arg mismatches
...
This commit backports two fixes from #3360’s vast discovery.
2024-10-01 09:53:13 +01:00
Lena Startseva
ab569524dc
MDEV-31005: Make working cursor-protocol
...
Added ability to disable/enable (--disable_cursor_protocol/
--enable_cursor_protocol) cursor-protocol in tests. If
"--disable_cursor_protocol" is used then ps-protocol is also
disabled. With cursor-protocol prepare statement is executed
only once. For "--cursor-protocol" added filter for queries:
it is executed only for "SELECT" queries.
2024-09-18 18:39:26 +07:00
Marko Mäkelä
7ea9e1358f
Merge 11.2 into 11.4
2024-09-18 08:07:22 +03:00
Marko Mäkelä
e782e416ac
Merge 10.11 into 11.2
2024-09-18 07:38:49 +03:00
Yuchen Pei
1f7f406b7b
Merge branch '11.2' into 11.4
2024-09-18 11:27:53 +10:00
Yuchen Pei
ff88633b9c
Merge branch '10.11' into 11.2
2024-09-18 10:45:26 +10:00
Julius Goryavsky
f176248d4b
Merge branch '10.6' into '10.11'
2024-09-17 06:23:10 +02:00
Julius Goryavsky
80fff4c6b1
Merge branch '10.5' into '10.6'
2024-09-16 16:39:59 +02:00
Vladislav Vaintroub
45d99ea105
Workaround MDEV-34890
2024-09-12 17:36:54 +02:00
Vladislav Vaintroub
7fd73f9ac9
mariadb-import, multithreading - improve error handling
...
In case of error in one connection, issue KILL CONNECTION for all others,
or server will still do LOAD FILE, possibly for hours, after we exited.
2024-09-12 17:36:44 +02:00
Dave Gosselin
95885261f0
MDEV-27037 mysqlbinlog emits a warning when reaching EOF before stop-datetime
...
Emit a warning in the event that we finished processing input files
before reaching the boundary indicated by --stop-datetime.
2024-09-12 08:43:29 -04:00
Dave Gosselin
242b67f1de
MDEV-27037 mysqlbinlog emits a warning when reaching EOF before stop-condition
...
Emit a warning in the event that we finished processing input files
before reaching the boundary indicated by --stop-position.
2024-09-12 08:43:29 -04:00
Yuchen Pei
a8c5717223
Merge branch '10.6' into 10.11
2024-09-12 10:44:13 +10:00
Monty
fafcd24e02
Fixed compiler warning from strncpy in mysql_plugin.c
2024-09-11 16:15:37 +03:00
Sergei Petrunia
2c3b298337
Merge 11.2 into 11.4
2024-09-09 14:40:02 +03:00
Sergei Petrunia
abd98336d2
Merge 10.11 -> 11.2
2024-09-09 13:50:38 +03:00
Vladislav Vaintroub
19cea73834
Cleanup - make sure all members of table_load_params are initialized
...
Alexey Botchkov complains there are problems with empty curly brackets
initializer in old-ish gcc(4.9)
Can't verify, but making all members are initialized by
default constructor is easy enough.
2024-09-05 13:24:22 +02:00
Sergei Golubchik
b2ebe1cb7b
MDEV-33091 pcre2 headers aren't found on Solaris
...
use pkg-config to find pcre2, if possible
rename PCRE_INCLUDES to use PKG_CHECK_MODULES naming, PCRE_INCLUDE_DIRS
2024-09-05 12:14:06 +10:00
Marko Mäkelä
a5b80531fb
Merge 11.4 into 11.6
2024-09-04 10:38:25 +03:00
Julius Goryavsky
d058be62b8
Merge branch '10.6' into '10.11'
2024-09-02 03:49:03 +02:00
Julius Goryavsky
bac0804d81
Merge branch '10.5' into '10.6'
2024-09-01 06:51:25 +02:00
Marko Mäkelä
44733aa8cf
Merge 11.2 into 11.4
2024-08-29 19:10:38 +03:00
Marko Mäkelä
e91a799458
Merge 10.11 into 11.2
2024-08-29 16:02:57 +03:00
Oleksandr Byelkin
5a61fd5819
MDEV-34831: MDEV-34704 introduces a typo, --qick
...
Fix MDEV-34704 typos.
2024-08-29 12:30:05 +02:00
Oleksandr Byelkin
3a1ff7398a
Merge branch '10.6' into 10.11
2024-08-29 12:14:44 +02:00
Oleksandr Byelkin
a4654ecceb
Merge branch '10.5' into 10.6
2024-08-29 11:28:01 +02:00
Oleksandr Byelkin
872dbec935
MDEV-34704 Quick mode produces the bug for mariadb client
...
--quick-max-column-width parameter added to limit field
width in --quick mode.
2024-08-28 19:07:50 +02:00
Oleksandr Byelkin
492a7c2430
Merge branch '11.5' into 11.6
2024-08-21 15:13:47 +02:00
Oleksandr Byelkin
342fa29615
Merge branch '11.4' into 11.5
2024-08-21 11:52:54 +02:00
Oleksandr Byelkin
eb70e0d6e2
Merge branch '11.2' into 11.4
2024-08-21 09:30:54 +02:00
Oleksandr Byelkin
6197e6abc4
Merge branch '10.11' into 11.2
2024-08-21 07:58:46 +02:00
Marko Mäkelä
62bfcfd8b2
Merge 10.6 into 10.11
2024-08-14 11:36:52 +03:00
Marko Mäkelä
757c368139
Merge 10.5 into 10.6
2024-08-14 10:56:11 +03:00
Vladislav Vaintroub
ff865b088f
MDEV-34741 - remove LOCK TABLE from mariadb-import
...
It currently serves no real purpose, but is suspected to cause occasional
error when foreign keys are used.
"Error: 1100, Table 'child' was not locked with LOCK TABLES, when using table: parent"
as seen on CI
2024-08-12 21:30:32 +02:00
Oleksandr Byelkin
ba15ea117c
Merge branch '11.6' into 11.6
2024-08-09 11:34:31 +02:00
Vladislav Vaintroub
d1713666b0
Fix incorrect setting of opt_local_file in mysqlimport, for named pipe
...
For named pipe, server and client are on the same machine, and
opt_local_infile just adds unnecessary copying via "load data local infile"
2024-08-09 01:15:45 +02:00
Oleksandr Byelkin
d6444022ca
Merge branch 'bb-11.5-release' into bb-11.6-release
2024-08-06 17:28:38 +02:00
Oleksandr Byelkin
ea75a0b600
Merge branch '11.4' into 11.5
2024-08-05 17:50:18 +02:00
Vladislav Vaintroub
c175f4988a
Disable innodb bulk load, because of MDEV-34703
2024-08-05 11:52:26 +02:00
Oleksandr Byelkin
1640c9b06e
Merge branch '11.2' into 11.4
2024-08-04 17:27:48 +02:00
Oleksandr Byelkin
dced6cbdb6
Merge branch '11.1' into 11.2
2024-08-03 09:50:16 +02:00
Oleksandr Byelkin
80abd847da
Merge branch '10.11' into 11.1
2024-08-03 09:32:42 +02:00