Commit aaa3187
Fix MariaDB 11.4+ warnings with --no-defaults flag (#297)
* Initial plan
* Add --ssl-verify-server-cert flag to MySQL commands with --no-defaults
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* Add SSL flag only for MariaDB, not MySQL
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* Extract MariaDB detection into helper method with basename check
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* Improve documentation for is_mariadb() helper method
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* Use db_type variable instead of binary path to detect MariaDB
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
* inline
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>1 parent e4b8b0c commit aaa3187
1 file changed
Lines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
837 | | - | |
| 837 | + | |
| 838 | + | |
838 | 839 | | |
839 | 840 | | |
840 | 841 | | |
| |||
1202 | 1203 | | |
1203 | 1204 | | |
1204 | 1205 | | |
1205 | | - | |
1206 | | - | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
1207 | 1209 | | |
1208 | 1210 | | |
1209 | 1211 | | |
| |||
1214 | 1216 | | |
1215 | 1217 | | |
1216 | 1218 | | |
| 1219 | + | |
1217 | 1220 | | |
1218 | | - | |
| 1221 | + | |
1219 | 1222 | | |
1220 | 1223 | | |
1221 | 1224 | | |
| |||
1241 | 1244 | | |
1242 | 1245 | | |
1243 | 1246 | | |
1244 | | - | |
1245 | | - | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
1246 | 1250 | | |
1247 | 1251 | | |
1248 | 1252 | | |
| |||
1479 | 1483 | | |
1480 | 1484 | | |
1481 | 1485 | | |
1482 | | - | |
| 1486 | + | |
| 1487 | + | |
1483 | 1488 | | |
1484 | 1489 | | |
1485 | 1490 | | |
| |||
1492 | 1497 | | |
1493 | 1498 | | |
1494 | 1499 | | |
1495 | | - | |
| 1500 | + | |
| 1501 | + | |
1496 | 1502 | | |
1497 | 1503 | | |
1498 | 1504 | | |
| |||
0 commit comments