mariadb/storage/myisam
Sergei Golubchik 31a78529bc virtual columns:
* move a capability from a virtual handler method to table_flags()
 * rephrase error messages to avoid hard-coded English parts
 * admit in test cases that they need xtradb, not innodb

mysql-test/suite/vcol/t/rpl_vcol.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_blocked_sql_funcs_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_column_def_options_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_handler_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_ins_upd_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_keys_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_non_stored_columns_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_partition_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_select_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_supported_sql_funcs_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_trigger_sp_innodb.test:
  this test needs xtradb, it will fail with innodb
mysql-test/suite/vcol/t/vcol_view_innodb.test:
  this test needs xtradb, it will fail with innodb
sql/ha_partition.h:
  check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
sql/handler.h:
  check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
sql/share/errmsg.txt:
  no hard-coded english parts in the error messages (ER_UNSUPPORTED_ACTION_ON_VIRTUAL_COLUMN)
sql/sql_table.cc:
  no hard-coded english parts in the error messages
sql/table.cc:
  * check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
  * no "csv workaround" is needed
  * no hard-coded english parts in the error messages
storage/maria/ha_maria.cc:
  check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
storage/maria/ha_maria.h:
  check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
storage/myisam/ha_myisam.cc:
  check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
storage/myisam/ha_myisam.h:
  check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
storage/xtradb/handler/ha_innodb.cc:
  check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
storage/xtradb/handler/ha_innodb.h:
  check_if_supported_virtual_columns() -> HA_CAN_VIRTUAL_COLUMNS
2010-12-31 10:39:14 +01:00
..
ftbench
.cvsignore
ChangeLog
CMakeLists.txt Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 2010-12-06 12:52:06 +01:00
ft_boolean_search.c merge 5.1->5.2 2010-06-01 21:52:20 +02:00
ft_eval.c
ft_eval.h
ft_myisam.c
ft_nlq_search.c Bug#42733: Type-punning warnings when compiling MySQL -- 2010-06-10 17:16:43 -03:00
ft_parser.c
ft_static.c
ft_stem.c
ft_stopwords.c
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h
fulltext.h Bug#42733: Type-punning warnings when compiling MySQL -- 2010-06-10 17:16:43 -03:00
ha_myisam.cc virtual columns: 2010-12-31 10:39:14 +01:00
ha_myisam.h virtual columns: 2010-12-31 10:39:14 +01:00
make-ccc
Makefile.am Fixed compiler and gmake warnings 2010-11-29 11:27:52 +02:00
mi_cache.c
mi_changed.c
mi_check.c Merge MariaDB 5.1->5.2 2010-11-19 22:33:47 +01:00
mi_checksum.c
mi_close.c merge LP Bug#686184 2010-12-07 00:14:16 +01:00
mi_create.c
mi_dbug.c Automatic merge with 5.1 2010-11-04 16:53:10 +02:00
mi_delete.c
mi_delete_all.c merge 5.1->5.2 2010-06-01 21:52:20 +02:00
mi_delete_table.c BUG#40980 - Drop table can remove another MyISAM table's 2010-04-01 18:49:02 +04:00
mi_dynrec.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
mi_extra.c Automatic merge with 5.1 2010-11-04 16:53:10 +02:00
mi_info.c
mi_key.c
mi_keycache.c
mi_locking.c Automatic merge with 5.1 2010-11-04 16:53:10 +02:00
mi_log.c
mi_open.c Fix LP Bug#686184 - merge_debug test fails. 2010-12-06 22:34:50 +01:00
mi_packrec.c
mi_page.c merge with 5.1 2010-09-11 20:43:48 +02:00
mi_panic.c
mi_preload.c
mi_range.c Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
mi_rename.c
mi_rfirst.c
mi_rkey.c
mi_rlast.c
mi_rnext.c
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c merge with 5.1 2010-11-30 23:11:03 +02:00
mi_static.c
mi_statrec.c
mi_test1.c Merge with MariaDB 5.1.49 2010-08-05 22:56:11 +03:00
mi_test2.c sane implementation of Key_% status variables. 2010-10-29 20:29:43 +02:00
mi_test3.c
mi_test_all.res
mi_test_all.sh
mi_unique.c Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-02 15:30:47 -03:00
mi_update.c
mi_write.c Merge MySQL 5.1.46 into MariaDB. 2010-04-28 14:52:24 +02:00
myisam_ftdump.c Bug#42733: Type-punning warnings when compiling MySQL -- 2010-06-10 17:16:43 -03:00
myisamchk.c Merge MariaDB 5.1->5.2 2010-11-19 22:33:47 +01:00
myisamdef.h Automatic merge with 5.1 2010-11-04 16:53:10 +02:00
myisamlog.c Merge with MariaDB 5.1.49 2010-08-05 22:56:11 +03:00
myisampack.c Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of the index file before it's repaired. 2010-11-07 14:25:29 +02:00
NEWS
plug.in MWL#74: Shared libmysqld.so library. 2010-11-17 13:24:20 +01:00
rt_index.c Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c
rt_mbr.h
rt_split.c Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-09-24 19:13:51 -03:00
rt_test.c
sort.c Merge MySQL 5.1.46 into MariaDB. 2010-04-28 14:52:24 +02:00
sp_defs.h
sp_key.c
sp_test.c
test_pack
TODO