~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/transactional.rst

  • Committer: Lee Bieber
  • Date: 2011-02-23 05:05:43 UTC
  • mfrom: (2193.1.2 build)
  • Revision ID: kalebral@gmail.com-20110223050543-w0nhgf512s0137mm
Merge Andrew - 723389: ORDER BY on sys_replication_log table causes InnoDB crash
Merge Marisa - documentation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
Transactional DDL is currently not supported, although it may be in the future. This means that although currently you will get a ER_TRANSACTION_DDL_NOT_SUPPORTED error message if you try and execute DDL statements within a transaction, in future versions of Drizzle they may succeed.
27
27
 
28
 
Currently DDL operations are performed as a single transaction, this limitation will be lifted in the future.
 
28
Currently DDL operations are performed as a single transaction, but this limitation will be lifted in the future.
29
29
 
30
30
For various reasons, Drizzle may have to ROLLBACK a statement or transaction
31
31
without having been asked to do so. Examples include lock wait timeout or