-
```bash
binlog_cache_size=32768 binlog_cache_size=32768
binlog_checksum=CRC32 binlog_checksum=CRC32
binlog_direct_n…
dyrnq updated
1 month ago
-
处理数据中遇到类似120.0261450这种数据的时候,因为方法中将前后部分拆分为int进行处理,转换的时候小数位的前置0会丢失,解析出来的数据会变成120.2614500,目前我是在read_innodb_decimal中加上str(_data).zfill(8)来解决的,其中8是decimal的小数位数
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
## 表结构
MySQL stores data dictionary information for tables in .frm files in database directories. Unlike other MySQL storage engines, InnoDB also encodes information about the table in its own intern…
-
**Documentation**
- [x] I acknowledge that I have read the relevant [documentation](https://github.com/mariadb-operator/mariadb-operator/tree/main/docs).
**Describe the bug**
We deployed a 3-…
-
example output:
innodb_redo_log_capacity should be (=512M) if possible, so InnoDB Redo log Capacity equals 25% of buffer pool size.
config:
# INNODB #
innodb_redo_log_capacity = 512M
ch…
-
Hi
When using engine innodb, the value of innodb_force_primary_key is forced to ON (default is OFF according to mariadb documentation)
We need the possibility to deactivate this value and set it bac…
-
An error occurs:
```
root@master0:/# kubectl -n powerdns logs pod/powerdns-5487d4fc86-n85tz
Sep 17 11:23:11 Listening on controlsocket in '/var/run/pdns.controlsocket'
Sep 17 11:23:11 Guardian is …
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…