Skip to content

Merge MS Entra support branch#2

Open
abdelkaderym wants to merge 33 commits intodenzilribeiro:masterfrom
abdelkaderym:master
Open

Merge MS Entra support branch#2
abdelkaderym wants to merge 33 commits intodenzilribeiro:masterfrom
abdelkaderym:master

Conversation

@abdelkaderym
Copy link

No description provided.

ddinu and others added 30 commits November 18, 2021 23:39
…#326)

The flag name and its values match libpq's sslmode connection parameter.
The default value (prefer) will first try an SSL connection; if that
fails, it will try a non-SSL connection.

Libpq documentation: https://www.postgresql.org/docs/14/libpq-connect.html#LIBPQ-CONNECT-SSLMODE
Command line flag to set the sslmode for PostgreSQL (Closes: akopytov#326)
Use `grep -E` instead of `egrep` as `egrep` now emits a warning.

```
t/opt_report_checkpoints.t: failed
--- t/opt_report_checkpoints.t
+++ t/opt_report_checkpoints.t.err
@@ -8,6 +8,7 @@
   > fi

   $ sysbench ${SBTEST_SCRIPTDIR}/oltp_read_write.lua --db-driver=mysql --mysql-dry-run --time=3 --events=0 --report-checkpoints=1,2 run | egrep '(Checkpoint report|SQL statistics)'
+  egrep: warning: egrep is obsolescent; using grep -E
   [ 1s ] Checkpoint report:
   SQL statistics:
   [ 2s ] Checkpoint report:
```

```
$ echo | egrep 'abc'
egrep: warning: egrep is obsolescent; using grep -E
$ grep --version
grep (GNU grep) 3.8
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Mike Haertel and others; see
<https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.
```
Add option for setting zlib/zstd compression algorithms
tests: Fix failing test due to egrep
CI: Update help_drv_mysql.t and status badge
CI: Also build with PostgreSQL support
…mariadb

Allow building the MySQL driver with MariaDB libraries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants