[MDEV-19511] Big endian issue in libmariadb: test: main.mysql_client_test fails Created: 2019-05-17 Updated: 2023-10-20 Resolved: 2023-09-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.3.17, 10.4.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anel Husakovic | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | foundation | ||
| Environment: |
AIX |
||
| Issue Links: |
|
||||||||||||
| Description |
|
The test: main.mysql_client_test fails (after time-out). This is due to little endian code being used though HAVE_BIGENDIAN is correctly set. |
| Comments |
| Comment by Daniel Black [ 2023-09-08 ] |
|
note - should be resolved, and here's just a cleanup https://github.com/mariadb-corporation/mariadb-connector-c/pull/231 |
| Comment by Daniel Black [ 2023-09-21 ] |
|
Fixed all the way back here - https://github.com/mariadb-corporation/mariadb-connector-c/pull/114 released in C/C v3.1.3 |