mariadb/storage
Alexey Botchkov d99b8004e6 SQL syntax extended with START TRANSACTION READ ONLY|READ WRITE
and SET TRANSACTION READ ONLT|READ WRITE
statements.


per-file comments:
  mysql-test/include/check-warnings.test
        READ ONLY transaction flag cleaned.
  mysql-test/r/commit.result
        result updated
  mysql-test/r/read_only.result
        result updated
  mysql-test/t/commit.test
        tests added.
  mysql-test/t/read_only.test
        tests added
  sql/lex.h
        ONLY symbol added.
  sql/sql_base.cc
        DBUG_RETURN added.
  sql/sql_parse.cc
        implementations added.
  sql/sql_yacc.yy
        SQL syntax extended.
  storage/perfschema/gen_pfs_lex_token
        changes forced by lex.h
  storage/perfschema/pfs_lex_token.h
        changes forced by lex.h
2012-08-25 20:57:17 +05:00
..
archive Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
blackhole mysql-5.5 merge 2012-06-14 20:05:31 +02:00
csv Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
example Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
federated Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
federatedx Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
heap Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
innobase Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
maria Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
myisam Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
myisammrg Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00
ndb Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
oqgraph 5.3.4 merge 2012-02-15 18:08:08 +01:00
pbxt misc test/result fixes 2012-03-01 17:04:57 +01:00
perfschema SQL syntax extended with START TRANSACTION READ ONLY|READ WRITE 2012-08-25 20:57:17 +05:00
sphinx Fixed some simple warnings on Windows. 2012-04-13 19:44:22 +02:00
xtradb Added support of thd->tx_read_only 2012-08-07 07:25:15 +03:00