mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Update to innoplug-1.0.4.
This commit is contained in:
@ -1,6 +1,13 @@
|
||||
/*****************************************************************************
|
||||
|
||||
Copyright (c) 1994, 2009, Innobase Oy. All Rights Reserved.
|
||||
Copyright (c) 2009, Sun Microsystems, Inc.
|
||||
|
||||
Portions of this file contain modifications contributed and copyrighted by
|
||||
Sun Microsystems, Inc. Those modifications are gratefully acknowledged and
|
||||
are described briefly in the InnoDB documentation. The contributions by
|
||||
Sun Microsystems are incorporated with their permission, and subject to the
|
||||
conditions contained in the file COPYING.Sun_Microsystems.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Public License as published by the Free Software
|
||||
@ -391,6 +398,7 @@ ut_delay(
|
||||
|
||||
for (i = 0; i < delay * 50; i++) {
|
||||
j += i;
|
||||
UT_RELAX_CPU();
|
||||
}
|
||||
|
||||
if (ut_always_false) {
|
||||
|
Reference in New Issue
Block a user