1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

14 Commits

Author SHA1 Message Date
Georg Richter
3f7719c74d Typo fixes (from PR #200) 2022-06-27 13:23:35 +02:00
Georg Richter
d19c7c6926 Fix for CONC-543 (hash functions conflict with GnuTLS)
To allow static linking with GnuTLS hash lookup functions are now
prefixed with ma_hashtbl_. The files hash.c and hash.h were renamed
to ma_hashtbl.c and ma_hashtbl.h
2021-04-13 21:34:29 +02:00
Georg Richter
820faff627 codespell fixes, removed MSDOS preprocessor macros 2020-11-26 09:07:17 +01:00
Georg Richter
d3e06bc161 Added test for nested dynamic column 2018-07-13 14:48:42 +02:00
Georg Richter
c95f86e882 More coverity fixes 2018-07-13 12:30:13 +02:00
Georg Richter
b0f2e4e72f Coverity fixes and travis integration 2018-07-06 09:28:24 +02:00
FaramosCZ
9bed6bf5e9 Fix: double free() 2018-05-24 07:25:45 +02:00
luz.paz
b2e6ed0295 Fixes misc. typos
found via `codespell -q 3`
2018-04-13 07:30:23 +02:00
Georg Richter
ab8477169a CONC-292: Fxed malloc result check in dynamic columns
Note: this was already fixed in server code, but not in C/C.
2018-01-13 14:03:05 +01:00
Georg Richter
f13f1a368c Fix for MDEV-13959: duplicated if condition in mariadb_dyncol.c 2017-09-30 14:12:00 +02:00
Georg Richter
6604a4bdaa Fixed memory leak and added missing break in dynamic column conversion function 2017-08-31 07:56:48 +02:00
Georg Richter
9f88e25fd6 Compiler warning fixes 2016-09-03 12:46:50 +02:00
Georg Richter
4c0af432c3 Fix for CONC-169: Memory corruption in mariadb_dyncol_unpack 2016-03-24 07:34:57 +01:00
Georg Richter
4ca933bb81 Global cleanup:
removed global locks
  removed dead code and files
  removed dbug
2016-02-08 18:43:02 +01:00