mariadb/storage/maria
Michael Widenius 1a5de5bc82 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_STRING
2008-08-25 14:49:47 +03:00
..
unittest Fix for BUG#37876 "Importing Maria table from other server via binary copy does not work": 2008-07-09 11:02:27 +02:00
CMakeLists.txt Fix for build failures under Windows 2008-06-09 11:06:06 +02:00
file_formats.txt Fixed compiler warnings 2008-02-22 17:22:56 +02:00
ft_maria.c Merged with mysql-5.1 main tree. 2007-07-02 20:45:15 +03:00
ha_maria.cc Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ha_maria.h Fix for BUG#37873 "Client gets ok from INSERT VALUES before commit record is on disk": 2008-07-09 22:47:46 +02:00
lockman.c Merge bk-internal.mysql.com:/home/bk/mysql-maria 2008-02-21 02:51:51 +02:00
lockman.h solaris fixes 2007-12-18 23:22:55 +01:00
ma_bitmap.c Injecting more "const" declarations into code which does not change 2008-04-03 15:40:25 +02:00
ma_blockrec.c Bug#38135 Assertion failed: save_errno, file .\ma_update.c, line 200 2008-08-11 16:40:32 +02:00
ma_blockrec.h Added versioning of row data 2008-04-10 05:26:36 +03:00
ma_cache.c Fixed compiler warnings 2008-01-13 00:30:38 +02:00
ma_changed.c
ma_check.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_check_standalone.h WL#3072 Maria recovery. 2007-10-03 18:10:32 +02:00
ma_checkpoint.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_checkpoint.h WL#3071 Maria checkpoint, WL#3072 Maria recovery 2007-11-16 17:09:51 +01:00
ma_checksum.c Injecting more "const" declarations into code which does not change 2008-04-03 15:40:25 +02:00
ma_close.c Fixes for Bug #38016 Maria: trying to access freed memory when committing a transaction 2008-08-19 01:21:22 +03:00
ma_commit.c WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t" 2008-05-29 18:33:33 +03:00
ma_commit.h - WL#3239 "log CREATE TABLE in Maria" 2007-06-22 14:49:37 +02:00
ma_control_file.c WL#4374 "Maria - force start if Recovery fails multiple times" 2008-06-02 22:53:25 +02:00
ma_control_file.h WL#4374 "Maria - force start if Recovery fails multiple times" 2008-06-02 22:53:25 +02:00
ma_create.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_dbug.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_delete.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_delete_all.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_delete_table.c Injecting more "const" declarations into code which does not change 2008-04-03 15:40:25 +02:00
ma_dynrec.c Merge bk-internal.mysql.com:/home/bk/mysql-maria 2008-05-29 21:39:25 +03:00
ma_extra.c Fixes for Bug #38016 Maria: trying to access freed memory when committing a transaction 2008-08-19 01:21:22 +03:00
ma_ft_boolean_search.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_ft_eval.c Fixes after review of guilhem of block record patch 2007-04-19 13:18:56 +03:00
ma_ft_eval.h
ma_ft_nlq_search.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_ft_parser.c Imported fix for bug#29464 from myisam table handler to maria. 2008-06-24 17:14:56 +03:00
ma_ft_stem.c
ma_ft_test1.c Fixes after review of guilhem of block record patch 2007-04-19 13:18:56 +03:00
ma_ft_test1.h
ma_ft_update.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_ftdefs.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_fulltext.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_info.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_init.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_key.c Fixes for build errors under Windows and compiler warning under Linux 2008-06-26 17:10:11 +02:00
ma_key_recover.c Fix for BUG#37876 "Importing Maria table from other server via binary copy does not work": 2008-07-09 11:02:27 +02:00
ma_key_recover.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_keycache.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_locking.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_loghandler.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_loghandler.h Fix for BUG#37876 "Importing Maria table from other server via binary copy does not work": 2008-07-09 11:02:27 +02:00
ma_loghandler_lsn.h Fix for BUG#37876 "Importing Maria table from other server via binary copy does not work": 2008-07-09 11:02:27 +02:00
ma_open.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_packrec.c Merge of changes in MyISAM since December 16 -> April 1 2008-04-01 17:57:30 +03:00
ma_page.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_pagecache.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_pagecache.h copyright and license info 2008-03-04 12:58:21 +01:00
ma_pagecaches.c copyright and license info 2008-03-04 12:58:21 +01:00
ma_pagecrc.c copyright and license info 2008-03-04 12:58:21 +01:00
ma_panic.c merge 2007-12-31 12:52:45 +01:00
ma_preload.c Fix for BUG#34089 "Maria crash on LOAD INDEX after FLUSH TABLES". 2008-03-04 12:47:02 +01:00
ma_range.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_recovery.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_recovery.h WL#4374 "Maria - force start if Recovery fails multiple times" 2008-06-02 22:53:25 +02:00
ma_recovery_util.c Fix for BUG#34114 "maria_chk reports false error when several tables on 2008-01-29 22:20:59 +01:00
ma_recovery_util.h WL#3072 - Maria Recovery 2008-01-17 23:59:32 +01:00
ma_rename.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rfirst.c Merged with mysql-5.1 main tree. 2007-07-02 20:45:15 +03:00
ma_rkey.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rlast.c Merged with mysql-5.1 main tree. 2007-07-02 20:45:15 +03:00
ma_rnext.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rnext_same.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rprev.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rrnd.c Fixes for bugs found by maria.test and event*tests: 2007-08-21 20:54:11 +03:00
ma_rsame.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rsamepos.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_index.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_index.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_key.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_key.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_mbr.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_mbr.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_split.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_rt_test.c Merge; No notable changes 2008-06-26 12:32:22 +03:00
ma_scan.c Fixed problems with ma_test2 and mi_test2 on high-byte-first system 2008-02-21 02:45:02 +02:00
ma_search.c Fix for bug#38484 DELETE causes crash or index corruption 2008-08-24 16:29:34 +03:00
ma_sort.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_sp_defs.h Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_sp_key.c Fixes for build errors under Windows and compiler warning under Linux 2008-06-26 17:10:11 +02:00
ma_sp_test.c After merge fixes. Applied changes made in myisam manually to maria. 2007-10-04 20:33:42 +03:00
ma_state.c Fixes for Bug #38016 Maria: trying to access freed memory when committing a transaction 2008-08-19 01:21:22 +03:00
ma_state.h Fixing bug when using alter table on locked maria table 2008-07-12 17:14:28 +03:00
ma_static.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_statrec.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_test1.c Fix for unit test failures. 2008-06-30 11:13:08 +02:00
ma_test2.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_test3.c Windows fixes 2008-01-10 13:21:53 +01:00
ma_test_all.res Fixes for redo/undo logging of key pages 2007-11-20 17:42:16 +02:00
ma_test_all.sh New version of ma_test_all 2008-01-08 22:21:28 +02:00
ma_test_big.sh UNDO of rows now puts back all part of the row on their original pages and positions 2007-12-30 22:40:03 +02:00
ma_test_force_start.pl Fix for BUG#35107 "maria-preload.test is disabled because unrepeatable page cache statistics" 2008-07-03 23:02:13 +02:00
ma_test_recovery Added versioning of row data 2008-04-10 05:26:36 +03:00
ma_unique.c Added versioning of Maria index 2008-06-26 08:18:28 +03:00
ma_update.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
ma_write.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
Makefile.am Added versioning of Maria index 2008-06-26 08:18:28 +03:00
maria_chk.c Fix for BUG#37876 "Importing Maria table from other server via binary copy does not work": 2008-07-09 11:02:27 +02:00
maria_def.h Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
maria_ftdump.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
maria_pack.c Changed all file names in maria to LEX_STRING and removed some calls to strlen() 2008-08-25 14:49:47 +03:00
maria_read_log.c Merge bk-internal.mysql.com:/home/bk/mysql-maria 2008-05-29 21:39:25 +03:00
maria_rename.sh
plug.in use "default" plugin configuration by default, not "none". 2008-06-05 21:48:43 +02:00
tablockman.c Windows fixes 2008-01-10 13:21:53 +01:00
tablockman.h solaris fixes 2007-12-18 23:22:55 +01:00
test_pack
trnman.c Bug#37276 maria crash on insert around the time check table is run 2008-07-05 14:03:21 +03:00
trnman.h WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t" 2008-05-29 18:33:33 +03:00
trnman_public.h Bug#37276 maria crash on insert around the time check table is run 2008-07-05 14:03:21 +03:00