<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mariadb-git.git/sql/datadict.cc, branch bb-set-statement</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-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>
<entry>
<title>5.5 merge and fixes for compiler/test errors</title>
<updated>2013-09-18T11:07:31+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2013-09-18T11:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=4ec2e9d7eda78d409d1b017ef4d8928fe9055438'/>
<id>4ec2e9d7eda78d409d1b017ef4d8928fe9055438</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix an old bug where dd_frm_type() could incorrectly determine the table type</title>
<updated>2013-08-28T20:16:13+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2013-08-28T20:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=28a9fea122e40bdb9f199f053cc70299656b7018'/>
<id>28a9fea122e40bdb9f199f053cc70299656b7018</id>
<content type='text'>
for dynamic engines (because it only looked at the one-byte code, not at the full
engine name).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for dynamic engines (because it only looked at the one-byte code, not at the full
engine name).
</pre>
</div>
</content>
</entry>
<entry>
<title>CREATE TABLE and frm-less discovering engines.</title>
<updated>2013-04-09T13:57:09+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2013-04-09T13:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=e06cb31719ce31fb1cd7944d1de86d4de9e3eca6'/>
<id>e06cb31719ce31fb1cd7944d1de86d4de9e3eca6</id>
<content type='text'>
Now CREATE TABLE does not write the frm file on disk,
if the engine can discover it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now CREATE TABLE does not write the frm file on disk,
if the engine can discover it
</pre>
</div>
</content>
</entry>
<entry>
<title>remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()</title>
<updated>2013-04-09T13:50:30+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2013-04-09T13:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=cdc01e29d3a9f6d98aaa482363af81003485e256'/>
<id>cdc01e29d3a9f6d98aaa482363af81003485e256</id>
<content type='text'>
from everywhere - now RENAME, SHOW FULL TABLES, and TRUNCATE work with discovery.
improve error messages in truncate
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from everywhere - now RENAME, SHOW FULL TABLES, and TRUNCATE work with discovery.
improve error messages in truncate
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanups</title>
<updated>2013-04-09T13:49:48+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2013-04-09T13:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=9594107fb8ce4c691c0cbb5891eef5add6ee105f'/>
<id>9594107fb8ce4c691c0cbb5891eef5add6ee105f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ha_create_table: remove unused argument</title>
<updated>2013-04-09T13:49:39+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2013-04-09T13:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=5f69c8a59480569eb275169630f91763fceacc0f'/>
<id>5f69c8a59480569eb275169630f91763fceacc0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image()</title>
<updated>2013-04-09T13:34:58+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2013-04-09T13:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=b9f42f4b7a08d4f6d46ecaba3595b38af0a6525d'/>
<id>b9f42f4b7a08d4f6d46ecaba3595b38af0a6525d</id>
<content type='text'>
simplify open_table_def()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
simplify open_table_def()
</pre>
</div>
</content>
</entry>
<entry>
<title>* don't use 1-8 numbers for open_table_error codes, use an enum.</title>
<updated>2013-04-09T13:34:17+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2013-04-09T13:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=163882665eed8c065953bdce05aaa152b6b5df0f'/>
<id>163882665eed8c065953bdce05aaa152b6b5df0f</id>
<content type='text'>
* print "table doesn't exist in engine" when a table doesn't exist in the engine,
  instead of "file not found" (if no file was involved)
* print a complete filename that cannot be found ('t1.MYI', not 't1')
* it's not an error for a DROP if a table doesn't exist in the engine (or some table
  files cannot be found) - if the DROP succeeded regardless
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* print "table doesn't exist in engine" when a table doesn't exist in the engine,
  instead of "file not found" (if no file was involved)
* print a complete filename that cannot be found ('t1.MYI', not 't1')
* it's not an error for a DROP if a table doesn't exist in the engine (or some table
  files cannot be found) - if the DROP succeeded regardless
</pre>
</div>
</content>
</entry>
<entry>
<title>Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.</title>
<updated>2010-08-18T11:29:04+00:00</updated>
<author>
<name>Jon Olav Hauglid</name>
<email>jon.hauglid@oracle.com</email>
</author>
<published>2010-08-18T11:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=eb498cce4dafc2eda285c71ed96d64e451f02ec2'/>
<id>eb498cce4dafc2eda285c71ed96d64e451f02ec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
