diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-09-05 13:14:37 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-09-05 13:14:37 +0200 |
commit | 6af914f8b94b98a5aa648f69383398741dcd9754 (patch) | |
tree | 899fb248b22fe3cf16cc940a80f867110d8f4ce7 /storage/xtradb/include/os0file.h | |
parent | 1f92707978d411a051b2bfa46ed361f60861ff73 (diff) | |
parent | 0352f09a2e3e17470ab75678265b98a275cb25a0 (diff) | |
download | mariadb-git-6af914f8b94b98a5aa648f69383398741dcd9754.tar.gz |
XtraDB from Percona-Server-5.5.27-rel28.1
Diffstat (limited to 'storage/xtradb/include/os0file.h')
-rw-r--r-- | storage/xtradb/include/os0file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/os0file.h b/storage/xtradb/include/os0file.h index b153b0dba7f..5b1f9339845 100644 --- a/storage/xtradb/include/os0file.h +++ b/storage/xtradb/include/os0file.h @@ -316,7 +316,7 @@ to original un-instrumented file I/O APIs */ os_file_create_func(name, create, purpose, type, success) # define os_file_create_simple(key, name, create, access, success) \ - os_file_create_simple_func(name, create_mode, access, success) + os_file_create_simple_func(name, create, access, success) # define os_file_create_simple_no_error_handling( \ key, name, create_mode, access, success) \ |