<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mariadb-git.git/sql/handler.h, branch mdev-60-merge</title>
<subtitle>github.com: MariaDB/server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/'/>
<entry>
<title>MDEV-12 OpenGIS: create required tables: GeometryColumns, related views.</title>
<updated>2014-10-21T07:25:47+00:00</updated>
<author>
<name>Alexey Botchkov</name>
<email>holyfoot@montyprogram.com</email>
</author>
<published>2014-09-02T06:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=c3db4459561bc491582bef6bea7b83e9fe464a10'/>
<id>c3db4459561bc491582bef6bea7b83e9fe464a10</id>
<content type='text'>
GEOMETRY_COLUMNS and SPATIAL_REF_SYS tables added to the INFORMATION_SCHEMA.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GEOMETRY_COLUMNS and SPATIAL_REF_SYS tables added to the INFORMATION_SCHEMA.
</pre>
</div>
</content>
</entry>
<entry>
<title>MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)</title>
<updated>2014-10-11T16:53:06+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-08-21T16:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=7f5e51b940d65cf541403a50af74163b9aed5cb8'/>
<id>7f5e51b940d65cf541403a50af74163b9aed5cb8</id>
<content type='text'>
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
</pre>
</div>
</content>
</entry>
<entry>
<title>move userstat tables to a plugin</title>
<updated>2014-10-11T16:53:05+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-08-25T17:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=3182938d22b705d616b83d83dd72c31f24bc365f'/>
<id>3182938d22b705d616b83d83dd72c31f24bc365f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MDEV-6138 show sysvar's help in I_S tables</title>
<updated>2014-10-11T08:23:20+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-09-03T18:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=513f5840f89d061615780a950e5e1a7f176e67d8'/>
<id>513f5840f89d061615780a950e5e1a7f176e67d8</id>
<content type='text'>
INFORMATION_SCHEMA.SYSTEM_VARIABLES
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
INFORMATION_SCHEMA.SYSTEM_VARIABLES
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: remove hidden I_S.VARIABLES and I_S.STATUS tables</title>
<updated>2014-10-10T20:27:40+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-08-27T07:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=8f15bf9d0c0bc1bb8be2218411ae862a4903ae31'/>
<id>8f15bf9d0c0bc1bb8be2218411ae862a4903ae31</id>
<content type='text'>
their only purpose was to distinguish between
SHOW and SELECT and there are cleaner ways of doing  it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
their only purpose was to distinguish between
SHOW and SELECT and there are cleaner ways of doing  it.
</pre>
</div>
</content>
</entry>
<entry>
<title>MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switch</title>
<updated>2014-10-10T20:27:40+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-08-25T21:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=ab34aecff3c6c9c33ca682c90a79ec60d59f42ed'/>
<id>ab34aecff3c6c9c33ca682c90a79ec60d59f42ed</id>
<content type='text'>
* ignore the OPTIMIZER_SWITCH_ENGINE_CONDITION_PUSHDOWN bit
* issue a deprecation warning on 'engine_condition_pushdown=on'
* remove unused remains of the old pre-5.5 engine_condition_pushdown variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ignore the OPTIMIZER_SWITCH_ENGINE_CONDITION_PUSHDOWN bit
* issue a deprecation warning on 'engine_condition_pushdown=on'
* remove unused remains of the old pre-5.5 engine_condition_pushdown variable
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: galera merge, simple changes</title>
<updated>2014-10-01T21:38:27+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-09-25T21:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=3620910eeac8f118c9a6cb8a1c0ec23e56fb5d98'/>
<id>3620910eeac8f118c9a6cb8a1c0ec23e56fb5d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MDEV-6247: Merge 10.0-galera to 10.1.</title>
<updated>2014-08-26T12:43:46+00:00</updated>
<author>
<name>Jan Lindström</name>
<email>jan.lindstrom@skysql.com</email>
</author>
<published>2014-08-06T12:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=df4dd593f29aec8e2116aec1775ad4b8833d8c93'/>
<id>df4dd593f29aec8e2116aec1775ad4b8833d8c93</id>
<content type='text'>
Merged lp:maria/maria-10.0-galera up to revision 3879.

Added a new functions to handler API to forcefully abort_transaction,
producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These
were added for future possiblity to add more storage engines that
could use galera replication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged lp:maria/maria-10.0-galera up to revision 3879.

Added a new functions to handler API to forcefully abort_transaction,
producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These
were added for future possiblity to add more storage engines that
could use galera replication.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove HTON_FLUSH_AFTER_RENAME (BDB-ism, unused for years)</title>
<updated>2014-06-20T09:34:50+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-06-18T09:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=cc5b3998b6767523792f7e4ec8c9a100db2d06ce'/>
<id>cc5b3998b6767523792f7e4ec8c9a100db2d06ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MDEV-6107 merge default_tmp_storage_engine</title>
<updated>2014-06-15T16:42:31+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-06-14T20:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=cf1a09e42f695bcd24dd8a4a928cd1f560c3c00a'/>
<id>cf1a09e42f695bcd24dd8a4a928cd1f560c3c00a</id>
<content type='text'>
Adapt default_tmp_storage_engine implementation from mysql-5.6
New feature (as compared to 5.6), default_tmp_storage_engine=NULL
means that temporary tables will use default_storage_engine value.
This makes the behavior backward compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapt default_tmp_storage_engine implementation from mysql-5.6
New feature (as compared to 5.6), default_tmp_storage_engine=NULL
means that temporary tables will use default_storage_engine value.
This makes the behavior backward compatible.
</pre>
</div>
</content>
</entry>
</feed>
