1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-01 17:39:21 +03:00

rename to toku_portability.h addresses #1269

git-svn-id: file:///svn/toku/tokudb.1032b@7952 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska
2013-04-16 23:57:29 -04:00
committed by Yoni Fogel
parent b33a14f4c7
commit 4f46b25a02
197 changed files with 196 additions and 196 deletions

View File

@@ -108,7 +108,7 @@ LINK=-l
DEPEND_COMPILE += \
$(TOKUROOT)include/db.h \
$(TOKUROOT)include/toku_os.h \
$(TOKUROOT)include/portability.h \
$(TOKUROOT)include/toku_portability.h \
$(TOKUROOT)include/rdtsc.h \
# keep this line so I can have a \ on the previous line
CCQUIET=

View File

@@ -12,7 +12,7 @@
#include <sys/time.h>
#include <sys/resource.h>
#include <assert.h>
#include "portability.h"
#include "toku_portability.h"
#include "toku_os.h"
int

View File

@@ -8,7 +8,7 @@
// Portability first!
#include "stdint.h"
#include "portability.h"
#include "toku_portability.h"
#include "toku_os.h"
#if TOKU_WINDOWS

View File

@@ -27,7 +27,7 @@
* The case of a committed pair and a provisional pair can be represented by a committed pair, since it doesn't matter whether the transction aborts or commits, the value is the same.
*/
#include "portability.h"
#include "toku_portability.h"
#include "rbuf.h"
#include "x1764.h"

View File

@@ -3,7 +3,7 @@
#ident "Copyright (c) 2007, 2008 Tokutek Inc. All rights reserved."
#include "portability.h"
#include "toku_portability.h"
#include <errno.h>
#include "../include/db.h"

View File

@@ -9,7 +9,7 @@
* The struct definitions.
* The Latex documentation.
*/
#include "portability.h"
#include "toku_portability.h"
#include <assert.h>
#include <ctype.h>
#include <stdarg.h>

View File

@@ -1,7 +1,7 @@
/* -*- mode: C; c-basic-offset: 4 -*- */
#ident "Copyright (c) 2007, 2008 Tokutek Inc. All rights reserved."
#include "portability.h"
#include "toku_portability.h"
#include "memory.h"
#include "toku_assert.h"

View File

@@ -1,6 +1,6 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include "portability.h"
#include "toku_portability.h"
#include <ctype.h>
#include <errno.h>
#include <malloc.h>

View File

@@ -3,7 +3,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include "portability.h"
#include "toku_portability.h"
#include "memarena.h"
#include "toku_assert.h"
#include "brttypes.h"

View File

@@ -1,4 +1,4 @@
#include "portability.h"
#include "toku_portability.h"
#include <assert.h>
#include <fcntl.h>

View File

@@ -1,4 +1,4 @@
#include "portability.h"
#include "toku_portability.h"
#include <errno.h>
#include <stdio.h>

View File

@@ -1,6 +1,6 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include "portability.h"
#include "toku_portability.h"
#include <errno.h>
#include <stdio.h>

View File

@@ -1,4 +1,4 @@
#include "portability.h"
#include "toku_portability.h"
#include <string.h>
#include "brttypes.h"
#include "includes.h"

View File

@@ -1,4 +1,4 @@
#include "portability.h"
#include "toku_portability.h"
#include "toku_os.h"
#include <stdio.h>
#include <stdlib.h>

View File

@@ -1,4 +1,4 @@
#include "portability.h"
#include "toku_portability.h"
#include "toku_assert.h"
#include <stdlib.h>

View File

@@ -1,4 +1,4 @@
#include "portability.h"
#include "toku_portability.h"
#include "../include/rdtsc.h"
#include "trace_mem.h"

View File

@@ -11,7 +11,7 @@
every call (including methods) into the tokudb library gets the lock
no internal function should invoke a method through an object */
#include "portability.h"
#include "toku_portability.h"
#include "ydb-internal.h"
#include <assert.h>
#include <toku_pthread.h>

View File

@@ -10,7 +10,7 @@
The error handling routines for ydb
*/
#include "portability.h"
#include "toku_portability.h"
#include <stdio.h>
#include <stdarg.h>

View File

@@ -3,7 +3,7 @@
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
#include "portability.h"
#include "toku_portability.h"
#include <errno.h>
#include <assert.h>
#include <string.h>

View File

@@ -3,7 +3,7 @@
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
#include "portability.h"
#include "toku_portability.h"
#include <brttypes.h>
#if !defined(TOKU_DB_ID_H)

View File

@@ -9,7 +9,7 @@
*/
#include "portability.h"
#include "toku_portability.h"
#include <idlth.h>
#include <assert.h>
#include <errno.h>

View File

@@ -8,7 +8,7 @@
\brief Lock trees: implementation
*/
#include "portability.h"
#include "toku_portability.h"
#include <locktree.h>
#include <ydb-internal.h>
#include <brt-internal.h>

View File

@@ -9,7 +9,7 @@
*/
#include "portability.h"
#include "toku_portability.h"
#include "lth.h"
#include <assert.h>
#include <errno.h>

View File

@@ -9,7 +9,7 @@
*/
#include "portability.h"
#include "toku_portability.h"
#include "rth.h"
#include <assert.h>
#include <errno.h>

View File

@@ -1,4 +1,4 @@
#include "portability.h"
#include "toku_portability.h"
#include <string.h>
#include <locktree.h>
#include <db.h>

View File

@@ -1,7 +1,7 @@
/* Test for a memory leak from just closing the lock tree manager (should close
all lock trees. */
#include "portability.h"
#include "toku_portability.h"
#include <fcntl.h>
#include "test.h"
#include <unistd.h>

View File

@@ -1,7 +1,7 @@
/* Test for a memory leak from just closing the lock tree manager (should close
all lock trees. */
#include "portability.h"
#include "toku_portability.h"
#include <fcntl.h>
#include "test.h"
#include <unistd.h>

View File

@@ -19,7 +19,7 @@
*/
//Defines BOOL data type.
#include "portability.h"
#include "toku_portability.h"
#include <brttypes.h>
#include <db.h>

View File

@@ -7,7 +7,7 @@
* The trace file ends up in the cwd.
*/
#include "portability.h"
#include "toku_portability.h"
#include "../include/db.h"
#include "toku_assert.h"
#include "memory.h"

View File

@@ -7,7 +7,7 @@
* big child commits, parent commits
*/
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -7,7 +7,7 @@
* big child commits, parent commits
*/
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -7,7 +7,7 @@
* big child commits, parent commits
*/
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -7,7 +7,7 @@
* big child commits, parent commits (This test)
*/
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,4 +1,4 @@
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,4 +1,4 @@
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2008 Tokutek Inc. All rights reserved."
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <unistd.h>
#include <sys/stat.h>

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2008 Tokutek Inc. All rights reserved."
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <unistd.h>
#include <sys/stat.h>

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2008 Tokutek Inc. All rights reserved."
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <unistd.h>
#include <sys/stat.h>

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2008 Tokutek Inc. All rights reserved."
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <unistd.h>
#include <sys/stat.h>

View File

@@ -1,6 +1,6 @@
/* How fast can we do insertions when there are many files? */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -7,7 +7,7 @@
* big child commits, parent commits (This test)
*/
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,6 +1,6 @@
/* A simple case to see if recovery works. */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -1,6 +1,6 @@
/* A simple case to see if recovery works. */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -5,7 +5,7 @@
// run recovery.
// Verify that the data is present.
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -1,4 +1,4 @@
#include "portability.h"
#include "toku_portability.h"
#include <string.h>
#include <stdlib.h>
#include <stdint.h>

View File

@@ -1,5 +1,5 @@
/* -*- mode: C; c-basic-offset: 4 -*- */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,5 +1,5 @@
/* -*- mode: C; c-basic-offset: 4 -*- */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,5 +1,5 @@
/* -*- mode: C; c-basic-offset: 4 -*- */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,5 +1,5 @@
/* -*- mode: C; c-basic-offset: 4 -*- */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,5 +1,5 @@
/* -*- mode: C; c-basic-offset: 4 -*- */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -5,7 +5,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -5,7 +5,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -7,7 +7,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <string.h>
#include <stdio.h>

View File

@@ -4,7 +4,7 @@
* Make sure those middle things made it back into the tree.
*/
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -2,7 +2,7 @@
*/
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -6,7 +6,7 @@
* Also if we've deleted a lot of stuff, so that the first good thing is not on the first page.
*/
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,5 +1,5 @@
/* Test log archive. */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,5 +1,5 @@
/* Test log archive. */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -1,5 +1,5 @@
/* Test log archive. */
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <sys/stat.h>
#include "test.h"

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <inttypes.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -10,7 +10,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <string.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -7,7 +7,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <string.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>

View File

@@ -7,7 +7,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -6,7 +6,7 @@
#include <stdio.h>
#include <assert.h>
#include <unistd.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <errno.h>

View File

@@ -1,7 +1,7 @@
/* Primary with two associated things. */
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <errno.h>
#include <string.h>

View File

@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -1,7 +1,7 @@
/* Primary with two associated things. */
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <errno.h>
#include <string.h>

View File

@@ -1,7 +1,7 @@
/* Primary with two associated things. */
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <errno.h>
#include <string.h>

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <string.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <string.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <string.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -8,7 +8,7 @@
#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <string.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>

View File

@@ -3,7 +3,7 @@
#include <stdio.h>
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
int main() {

View File

@@ -10,7 +10,7 @@
#include <limits.h>
#include <stdio.h>
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -9,7 +9,7 @@
// One must actually create a DB I think...
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <errno.h>
#include <stdio.h>

View File

@@ -3,7 +3,7 @@
#include <stdio.h>
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -3,7 +3,7 @@
#include <stdio.h>
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -3,7 +3,7 @@
#include <stdio.h>
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -3,7 +3,7 @@
#include <stdio.h>
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -3,7 +3,7 @@
#include <stdio.h>
#include <assert.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <stdlib.h>
#include <sys/stat.h>

View File

@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <errno.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <string.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>

View File

@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <errno.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include "test.h"

View File

@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <errno.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <string.h>

View File

@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <errno.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <string.h>

View File

@@ -2,7 +2,7 @@
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
#include <string.h>
#include <portability.h>
#include <toku_portability.h>
#include <db.h>
#include <assert.h>
#include <errno.h>

Some files were not shown because too many files have changed in this diff Show More