By: Zardosht Kasheff
Jun 2009
- making "insert delayed" like normal "insert"
- Re: making "insert delayed" like normal "insert"
- query optimization and multiple clustering keys
- feedback/review requested for fix to MySQL bug #44927
- help with index_merge and clustering keys
- feedback/review requested for fix to MySQL bug #45458
- feedback/review requested for fix to MySQL bug #45754
- feedback/review requested for fix to MySQL bug #45759
- Re: feedback/review requested for fix to MySQL bug #45458
- Re: feedback/review requested for fix to MySQL bug #45759
Jul 2009
- Re: query optimization and multiple clustering keys
- Re: feedback/review requested for fix to MySQL bug #45458
- Re: feedback/review requested for fix to MySQL bug #45458
- Re: help with index_merge and clustering keys
- question on handler::start_bulk_insert
- Re: question on handler::start_bulk_insert
- Re: help with index_merge and clustering keys
- Re: help with index_merge and clustering keys
- Re: help with index_merge and clustering keys
- is MySQL bug #44373 really a bug?
- Re: is MySQL bug #44373 really a bug?
- Re: help with index_merge and clustering keys
- Re: help with index_merge and clustering keys
- Re: help with index_merge and clustering keys
- Re: help with index_merge and clustering keys
Sep 2009
- determining type of tablespace call in InnoDB
- building a mysql binary tarball
- is MySQL query execution single threaded?
- can show engine status ever return an error?
- Re: can show engine status ever return an error?
Oct 2009
- understanding handler::read_time and handler::scan_time
- Re: understanding handler::read_time and handler::scan_time
- Re: understanding handler::read_time and handler::scan_time
- Re: understanding handler::read_time and handler::scan_time
Nov 2009
- how does one know if their storage engine supports replication?
- Re: how does one know if their storage engine supports replication?
Jan 2010
- consequences of HTON_FLUSH_AFTER_RENAME
- moving InnoDB data from 5.4.2 to 5.5.1-m2
- Re: moving InnoDB data from 5.4.2 to 5.5.1-m2
Feb 2010
- parameters in MYSQL_THDVAR_UINT
- Re: parameters in MYSQL_THDVAR_UINT
- question on HA_EXTRA_IGNORE_DUP_KEY
- Re: question on HA_EXTRA_IGNORE_DUP_KEY
- Re: question on HA_EXTRA_IGNORE_DUP_KEY
- Re: question on HA_EXTRA_IGNORE_DUP_KEY
- Re: question on HA_EXTRA_IGNORE_DUP_KEY
- Re: question on HA_EXTRA_IGNORE_DUP_KEY
- Re: question on HA_EXTRA_IGNORE_DUP_KEY
- Re: question on HA_EXTRA_IGNORE_DUP_KEY
Mar 2010
- Re: question on HA_EXTRA_IGNORE_DUP_KEY
- unique_checks and InnoDB primary key
- Re: unique_checks and InnoDB primary key
- Re: unique_checks and InnoDB primary key
- Re: unique_checks and InnoDB primary key
- can handlers be aware of triggers?
- Re: can handlers be aware of triggers?
Apr 2010
- HA_EXTRA_WRITE_CAN_REPLACE flag
- Re: HA_EXTRA_WRITE_CAN_REPLACE flag
- Re: HA_EXTRA_WRITE_CAN_REPLACE flag
- Re: HA_EXTRA_WRITE_CAN_REPLACE flag
May 2010
- running replication tests with storage engine plugin installed
- Re: running replication tests with storage engine plugin installed
- Re: running replication tests with storage engine plugin installed
- transactions and alter table in 5.5.4 v. 5.1
- HA_EXTRA_WRITE_CAN_REPLACE and row based replication
- Re: HA_EXTRA_WRITE_CAN_REPLACE and row based replication
- Re: HA_EXTRA_WRITE_CAN_REPLACE and row based replication
- Re: HA_EXTRA_WRITE_CAN_REPLACE and row based replication
- Re: running replication tests with storage engine plugin installed
- Re: running replication tests with storage engine plugin installed
- sql-bench and windows
Jun 2010
- possible to use where clause on show engine status?
- potential query planner bug with "order by" and "limit by"?
- Re: potential query planner bug with "order by" and "limit by"?
Jul 2010
- handler interface question: transactions and "create function"
- Re: handler interface question: transactions and "create function"
- HA_ONLINE_ADD_INDEX v. HA_ONLINE_ADD_INDEX_NO_WRITES
- index creation and concurrent reads
- Re: [feedback/review request] Re: index creation and concurrent reads
- Re: [feedback/review request] Re: index creation and concurrent reads
- Re: [feedback/review request] Re: index creation and concurrent reads
Sep 2010
- question on mysql_alter_table
- Re: question on mysql_alter_table
- Re: question on mysql_alter_table
- Re: question on mysql_alter_table
Oct 2010
- Re: [feedback/review request] Re: index creation and concurrent reads
- Re: [feedback/review request] Re: index creation and concurrent reads
- Re: [feedback/review request] Re: index creation and concurrent reads
- Re: [feedback/review request] Re: index creation and concurrent reads
Jan 2011
- Re: Renaming of handler flags for index creation/deletion
- Re: Renaming of handler flags for index creation/deletion
Feb 2011
- transaction commit/rollback and handler::external_lock(F_UNLCK)
- Re: transaction commit/rollback and handler::external_lock(F_UNLCK)
- Re: transaction commit/rollback and handler::external_lock(F_UNLCK)
Mar 2011
- storage engine access to serialized version of a TABLE or TABLE_SHARE?
- Re: storage engine access to serialized version of a TABLE or TABLE_SHARE?
- Re: storage engine access to serialized version of a TABLE or TABLE_SHARE?
- Re: storage engine access to serialized version of a TABLE or TABLE_SHARE?
- Re: storage engine access to serialized version of a TABLE or TABLE_SHARE?
Apr 2011
- Re: storage engine access to serialized version of a TABLE or TABLE_SHARE?
- Re: storage engine access to serialized version of a TABLE or TABLE_SHARE?
- allowing other threads to write to a table during "create index"
- Re: allowing other threads to write to a table during "create index"
- purpose of HANDLER_BUFFER *buffer in read_multi_range_first
May 2011
Jul 2011
- what can a sequence of handler::index_XXX be interrupted by?
- Re: what can a sequence of handler::index_XXX be interrupted by?
- Re: what can a sequence of handler::index_XXX be interrupted by?
- Re: what can a sequence of handler::index_XXX be interrupted by?
- Re: what can a sequence of handler::index_XXX be interrupted by?
- handler::read_multi_range_XXX and HA_NEED_READ_RANGE_BUFFER
Dec 2011
Apr 2012
- mysql tests for XA during recovery
- multiple storage engines supporting XA
- Re: multiple storage engines supporting XA
- crashing server during a mysql test
- question on storage engines, two phase commits, and fsyncing on commit
- crash we've seen in TC_LOG_MMAP::unlog
May 2012
Jun 2012
- question on semantics of "xa end"
- purpose of thd_mark_transaction_to_rollback
- Re: purpose of thd_mark_transaction_to_rollback
- Re: purpose of thd_mark_transaction_to_rollback
Oct 2012
- making a storage engine crash safe on a slave in MySQL 5.6
- Re: making a storage engine crash safe on a slave in MySQL 5.6
- Re: making a storage engine crash safe on a slave in MySQL 5.6
- Re: making a storage engine crash safe on a slave in MySQL 5.6
- purpose of KEY->rec_per_key
- Re: purpose of KEY->rec_per_key
- Re: purpose of KEY->rec_per_key
- possible bug in MySQL 5.6.7-rc slave replication crash safety?
Jan 2013
- dropping a temporary table after recovering from a crash
- detecting select SQL statements that are functions
- Re: detecting select SQL statements that are functions
- making a system variable that is a float or double
- what pros/cons of storing binary log in an InnoDB table?
- Re: what pros/cons of storing binary log in an InnoDB table?
- Re: what pros/cons of storing binary log in an InnoDB table?
- Re: [Maria-developers] what pros/cons of storing binary log in anInnoDB table?
- reducing fsyncs during handlerton->prepare and handlerton->commit in 5.6
- Re: reducing fsyncs during handlerton->prepare and handlerton->commitin 5.6
- Re: reducing fsyncs during handlerton->prepare and handlerton->commitin 5.6
Feb 2013
- Re: reducing fsyncs during handlerton->prepare and handlerton->commitin 5.6
- debugging how query plans are made
- Are handlerton->commit calls serialized in MySQL 5.6?
- properly detecting cases where handler can silently overwrite rows
- effects of load data local on RSS
- Re: effects of load data local on RSS
Mar 2013
- Re: effects of load data local on RSS
- Re: effects of load data local on RSS
- Re: properly detecting cases where handler can silently overwrite rows
- Re: properly detecting cases where handler can silently overwrite rows
- Re: properly detecting cases where handler can silently overwrite rows
