Marko Mäkelä
a54d151fc1
Merge 10.6 into 10.11
2024-12-19 15:38:53 +02:00
Dave Gosselin
d92d271648
MDEV-35583 Tests failing on macOS
...
These tests rely on THR_KEY_mysys but it is not initialized. On
Linux, the corresponding thread variable is null, but on macOS it has a
nonzero value. In all cases, initialize the variable explicitly by
calling MY_INIT and my_end appropriately.
2024-12-10 11:46:28 +11:00
Sergei Krivonos
c9fcea14e9
MDEV-27036: re-enable my_json_writer-t unit test
2021-12-15 21:36:56 +02:00
Sergei Golubchik
1e8bcbd0a0
Revert "MDEV-27036: re-enable my_json_writer-t unit test"
...
This reverts commit 2d21917e7d
.
No explainations, lots of code moved, wrong cmake changes
2021-12-07 09:57:51 +01:00
Sergei Krivonos
2d21917e7d
MDEV-27036: re-enable my_json_writer-t unit test
2021-12-04 22:25:46 -05:00
Sergei Krivonos
5be1d7f2a0
MDEV-27036: unittest JSON object member name collision
2021-11-26 15:11:06 +02:00
Sergei Petrunia
04ad98b500
MDEV-23766: Re-add Json_writer unit test.
2021-11-09 17:07:23 +02:00
Sergei Krivonos
e9b76b896a
MDEV-23766: fix by my_json_writer test
2021-11-09 12:06:49 +02:00
Sergei Petrunia
5e988ff80f
MDEV-23766: Make Json_writer assert when one tries to author invalid JSON
...
- Add unit test.
2021-11-09 12:06:49 +02:00