summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-10-09 19:29:03 +0200
committerSergei Golubchik <serg@mariadb.org>2015-10-10 11:07:29 +0200
commite7cb032e560e14865941ecdcb553cd3aba856b68 (patch)
tree1a86d779e5a45e36eaa74695b383803c375bb2d2 /storage
parent2ca4141af12727d2f1342b3c7ccfa0da1a763c80 (diff)
downloadmariadb-git-e7cb032e560e14865941ecdcb553cd3aba856b68.tar.gz
fixes for buildbot:
* update *.result files * fix XtraDB for Windows (again)
Diffstat (limited to 'storage')
-rw-r--r--storage/xtradb/include/univ.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/xtradb/include/univ.i b/storage/xtradb/include/univ.i
index c9394647fef..1c52bd0925b 100644
--- a/storage/xtradb/include/univ.i
+++ b/storage/xtradb/include/univ.i
@@ -611,6 +611,7 @@ Windows, so define a typedef for it and a macro to use at the end of such
functions. */
#ifdef __WIN__
+#define usleep(a) Sleep((a)/1000)
typedef ulint os_thread_ret_t;
#define OS_THREAD_DUMMY_RETURN return(0)
#else