1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Vladislav Vaintroub
463a50e973 Merge remote-tracking branch 'origin/3.1' into 3.3
# Conflicts:
#	include/ma_crypt.h
#	libmariadb/mariadb_lib.c
2023-09-21 23:45:35 +02:00
Daniel Black
07ae949c15 MDEV-19511 Remove WORDS_BIGENDIAN - HAVE_BIGENDIAN replaced it
Also note https://cmake.org/cmake/help/latest/module/TestBigEndian.html

Discussion source, https://lists.launchpad.net/maria-developers/msg11819.html

It was solved a while ago with HAVE_BIGENDIAN added to test,
WORDS_BIGENDIAN wasn't cleaned up.
2023-09-21 09:24:40 +10:00
Georg Richter
3f7719c74d Typo fixes (from PR #200) 2022-06-27 13:23:35 +02:00
Oleksandr Byelkin
895dcb61e3 C preprocessor defines fix 2020-06-04 16:49:21 +02:00
Georg Richter
1218ffac1a Fix for CONC-452 and CONC-453:
Various coverity scan fixes, including CONC-452 and CONC-453.
Special thanks to Lukas Javorsky for fixing numerous covscan
issues (This patch includes part of his pull request #126).

Coverity scan build was using the following cmake parameters:
-WITH_EXTERNAL_ZLIB=ON -DWITH_UNIT_TESTS=OFF.

CWE-416 (use after free) in dtoa.c (from netlib) is still open.
2020-02-14 09:52:21 +01:00
EGuesnet
3e5e318ebc Big endian issue in libmariadb 2019-06-05 14:44:50 +02:00
Georg Richter
b0f2e4e72f Coverity fixes and travis integration 2018-07-06 09:28:24 +02:00
luz.paz
b2e6ed0295 Fixes misc. typos
found via `codespell -q 3`
2018-04-13 07:30:23 +02:00
Marko Mäkelä
f3944bbd36 Fix -Wimplicit-fallthrough warnings 2018-01-11 12:10:35 +02:00
Marko Mäkelä
f9eca0ecae Remove unused definitions 2018-01-11 12:10:05 +02:00
Vladislav Vaintroub
7cb8479605 Fix Win64 warnings. Correctly define my_socket in ma_global.h 2016-10-12 21:05:31 +00:00
Georg Richter
4b1e94bccc Since we use TLS and not SSL functions and structures were renamed
from SSL to TLS
2016-03-16 18:20:08 +01:00
Georg Richter
61e2dc2129 Windows build fixes for 10.2-integration
Removed unused functions from ma_dtoa.c
2016-03-11 08:02:19 +01:00
Georg Richter
2f6791115f changed plugin library types from SHARED to MODULE
Fixed float/double/decimal converion for prepared statements:
  since _gcvt (Windows) and gcvt (*nix) deliver different results
  we use now dtoa.c from server package, which is licensed under
  LGPL.
2016-03-11 07:08:34 +01:00