Browse Source
Changed all file names in maria to LEX_STRING and removed some calls to strlen()
Changed all file names in maria to LEX_STRING and removed some calls to strlen()
Ensure that pagecache gives correct error number even if error for block happend mysys/my_pread.c: Indentation fix storage/maria/ha_maria.cc: filenames changed to be of type LEX_STRING storage/maria/ma_check.c: filenames changed to be of type LEX_STRING storage/maria/ma_checkpoint.c: filenames changed to be of type LEX_STRING storage/maria/ma_create.c: filenames changed to be of type LEX_STRING storage/maria/ma_dbug.c: filenames changed to be of type LEX_STRING storage/maria/ma_delete.c: filenames changed to be of type LEX_STRING storage/maria/ma_info.c: filenames changed to be of type LEX_STRING storage/maria/ma_keycache.c: filenames changed to be of type LEX_STRING storage/maria/ma_locking.c: filenames changed to be of type LEX_STRING storage/maria/ma_loghandler.c: filenames changed to be of type LEX_STRING storage/maria/ma_open.c: filenames changed to be of type LEX_STRING storage/maria/ma_pagecache.c: Store error number for last failed operation in the page block This should fix some asserts() when errno was not properly set after failure to read block in another thread storage/maria/ma_recovery.c: filenames changed to be of type LEX_STRING storage/maria/ma_update.c: filenames changed to be of type LEX_STRING storage/maria/ma_write.c: filenames changed to be of type LEX_STRING storage/maria/maria_def.h: filenames changed to be of type LEX_STRING storage/maria/maria_ftdump.c: filenames changed to be of type LEX_STRING storage/maria/maria_pack.c: filenames changed to be of type LEX_STRINGpull/843/head
19 changed files with 108 additions and 85 deletions
-
2mysys/my_pread.c
-
10storage/maria/ha_maria.cc
-
16storage/maria/ma_check.c
-
9storage/maria/ma_checkpoint.c
-
4storage/maria/ma_create.c
-
2storage/maria/ma_dbug.c
-
5storage/maria/ma_delete.c
-
11storage/maria/ma_info.c
-
4storage/maria/ma_keycache.c
-
2storage/maria/ma_locking.c
-
14storage/maria/ma_loghandler.c
-
40storage/maria/ma_open.c
-
21storage/maria/ma_pagecache.c
-
18storage/maria/ma_recovery.c
-
5storage/maria/ma_update.c
-
4storage/maria/ma_write.c
-
13storage/maria/maria_def.h
-
3storage/maria/maria_ftdump.c
-
10storage/maria/maria_pack.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue