diff options
author | unknown <guilhem@gbichot3.local> | 2006-09-14 01:37:41 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot3.local> | 2006-09-14 01:37:41 +0200 |
commit | 336bbb52b1de43fa1ea34d6727e7a0ac2fc9fe73 (patch) | |
tree | 58b37846dac178dd502a99ebb35de09966462fbb /storage/myisam | |
parent | 63387829420571ab82debaa32267d195f31e0db6 (diff) | |
download | mariadb-git-336bbb52b1de43fa1ea34d6727e7a0ac2fc9fe73.tar.gz |
fixes for the my_atomic-t unit test:
- compiler warning
- detection of pthread_create failure (you will see this message
only if you run with "make test-verbose" in unittest; otherwise
unit.pl masks all messages from the test but "ok" ones.
- the test fails randomly on some machines (I filed it as BUG#22320),
on one host it looks like a crash at exit() which a sleep(2) makes
disappear. So I add the sleep(2), which can be removed
when BUG#22320 is fixed.
unittest/mysys/my_atomic-t.c:
- fix for compiler warning on 64-bit "cast from pointer to integer of
different size". Casting to long and then to int. We'll use intptr
instead later.
- detect if pthread_create fails.
- sleep(2) until BUG#22320 is fixed
Diffstat (limited to 'storage/myisam')
0 files changed, 0 insertions, 0 deletions