summaryrefslogtreecommitdiff
path: root/storage/xtradb
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-05-07 18:26:22 +0200
committerSergei Golubchik <sergii@pisem.net>2013-05-07 18:26:22 +0200
commite0a08c567a028db406ebf69ece8b3210cba2af0c (patch)
tree4e5655ebc320dc033ab2936086945a22edff12f4 /storage/xtradb
parentb381cf843c841151f96541b19bd753cd3bbae326 (diff)
downloadmariadb-git-e0a08c567a028db406ebf69ece8b3210cba2af0c.tar.gz
Compilation warnings.
openssl compilation problem.
Diffstat (limited to 'storage/xtradb')
-rw-r--r--storage/xtradb/os/os0file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/xtradb/os/os0file.c b/storage/xtradb/os/os0file.c
index 8f1b3e46bb2..8f7f8216782 100644
--- a/storage/xtradb/os/os0file.c
+++ b/storage/xtradb/os/os0file.c
@@ -1462,7 +1462,6 @@ os_file_set_nocache(
#endif
static int os_file_set_atomic_writes(os_file_t file, const char *name)
{
- static int first_time = 1;
int atomic_option = 1;
int ret = ioctl (file, DFS_IOCTL_ATOMIC_WRITE_SET, &atomic_option);
@@ -2138,7 +2137,7 @@ os_file_set_size(
"InnoDB: Error: preallocating data for"
" file %s failed at\n"
"InnoDB: offset 0 size %lld %lld. Operating system"
- " error number %llu.\n"
+ " error number %d.\n"
"InnoDB: Check that the disk is not full"
" or a disk quota exceeded.\n"
"InnoDB: Some operating system error numbers"