Log in
Skip to main content
Skip to sidebar
Linked Applications
Loading…
Dashboards
Projects
Issues
Give feedback to Atlassian
Help
Jira Core help
Keyboard Shortcuts
Issue Reminders help
About Jira
Jira Credits
Log In
All versions
Select version:
All versions
0.9.52
0.9.53
0.9.54
0.9.55
0.9.56
0.9.57
0.9.58
0.9.59
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.0.10
1.1.0a1
1.1.0b1
1.1.0b2
1.1.0rc1
1.0.11
1.1.3
1.1.4
1.1.2
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.1.10
1.1.11
1.1.12
1.1.13
1.1.14
2.0.0-rc
1.0
1.1
1.2
0.9.1
1.0.12
N/A
1.1.5post1
2.0
1.1.15
2.1
2.0.1
mariadb-corporation/mariadb-connector-c
indexed 2026-04-01
2026-04-01 22:26
Sergei Golubchik
committed 2025-01-24
2025-01-24 13:42
CONPY-739 don't use pow() to truncate an integer
it's
* generic power function, arbitrary floating-point arguments
* expensive
* returns double
while here we just need one of 1, 10, ..., 1000000.
232b563
mariadb-corporation/mariadb-connector-c
232b563dc57d731a28d11e382c60c642d5f327d3
GitHub
+1
±2
-
libmariadb
/ma_stmt_codec.c
GitHub
mariadb-corporation/mariadb-connector-c
indexed 2026-04-01
2026-04-01 22:26
Georg Richter
committed 2025-01-21
2025-01-21 13:26
Merge pull request #268 from mariadb-corporation/3.3-serg
CONPY-739 don't use pow() to truncate an integer
9260a98
mariadb-corporation/mariadb-connector-c
9260a989dcdb60c78e89d7f273581a725bbb0cb4
GitHub
mariadb-corporation/mariadb-connector-c
indexed 2026-04-01
2026-04-01 22:26
Sergei Golubchik
committed 2025-01-16
2025-01-16 19:19
CONPY-739 don't use pow() to truncate an integer
it's
* generic power function, arbitrary floating-point arguments
* expensive
* returns double
while here we just need one of 1, 10, ..., 1000000.
97bf336
mariadb-corporation/mariadb-connector-c
97bf33626796f74a65ed4440bfbd6f4708518e3f
GitHub
+1
±2
-
libmariadb
/ma_stmt_codec.c
GitHub
mariadb-corporation/mariadb-connector-c
indexed 2026-04-01
2026-04-01 22:26
Georg Richter
committed 2024-11-15
2024-11-15 16:41
CONPY-739: prepared statement support AUTO_SEC_PART_DIGITS
FROM_UNIXTIME() function always returns AUTO_SEC_PART_DIGITS
(value=39). In case the microsecond value was set in MYSQL_TIME,
the decimal part should be SEC_PART_DIGITS (=6).
55e3b63
mariadb-corporation/mariadb-connector-c
55e3b63c343207371283a749508e0df4dfadd249
GitHub
+1
±14
-4
libmariadb
/ma_stmt_codec.c
GitHub
+49
-
-
unittest/libmariadb
/ps_bugs.c
GitHub
+50
±14
-4
mariadb-corporation/mariadb-connector-c
indexed 2026-04-01
2026-04-01 22:26
Georg Richter
committed 2024-06-11
2024-06-11 14:00
CONPY-704: parse_connection_string ignores empty string in last parameter
1) Fix check if end was reached (<= instead of <), so last parameter will
not be ignored in case it is an empty string.
2) Empty strings will be passed as NULL`in _mariadb_set_conf_option.
486ce75
mariadb-corporation/mariadb-connector-c
486ce75d6426c20c4e9f8e7fe4df8ddec193d7e2
GitHub
+3
±2
-
libmariadb
/mariadb_lib.c
GitHub
More