-
```
What steps will reproduce the problem?
1. add user without SELECT privileges.
2. run masterha_check_repl
3. error will be "User repLAN does not exist or does not have REPLICATION SLAVE
privilege"…
-
```
What steps will reproduce the problem?
1. add user without SELECT privileges.
2. run masterha_check_repl
3. error will be "User repLAN does not exist or does not have REPLICATION SLAVE
privilege"…
-
```
What steps will reproduce the problem?
1. add user without SELECT privileges.
2. run masterha_check_repl
3. error will be "User repLAN does not exist or does not have REPLICATION SLAVE
privilege"…
-
Hercules V3.13 does not replace strings in *.rc files. I hope this is a bug and not an intended feature.
Attached are three test files that work to demonstrate the problem under Windows in the TK4…
-
#19364 added vector asm for LoongArch and #21510 added system type guessing. But for `linux64-loongarch64` explicitly specified and the toolchain does not support `lsx`/`lasx`, the build still failed.…
-
```
1. Try start masterha_check_repl --conf=/etc/masterha/app1.cnf
2. Get this error:
[root@EGSNS-49-2 bin]# ./masterha_check_repl --conf=/etc/masterha/app1.cnf
Fri Jun 1 14:13:46 2012 - [warning] G…
-
```
1. Try start masterha_check_repl --conf=/etc/masterha/app1.cnf
2. Get this error:
[root@EGSNS-49-2 bin]# ./masterha_check_repl --conf=/etc/masterha/app1.cnf
Fri Jun 1 14:13:46 2012 - [warning] G…
-
I have added below mentioned taregt in `10-main.conf`
` "QNX-aarch64" => {
inherit_from => [ "BASE_unix" ],
CC => "gcc",
ex_libs => add("-lsoc…
-
```
There should be an exchangeKeys function to swap two keys without needing to
copy their implementation.
Here is my try of an implementation, but I couldn’t get it working, it
compiles but nothi…
-
# Problem
The current `DATA_SORUCE_NAME` is a single ENV var that controls the connection string.
## Advantages
* Single ENV var for config.
## Disadvantages
* We have to parse and modify the…