<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mariadb-git.git/sql/sql_show.h, branch 10.2-ssl</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-5273 Prepared statement doesn't return metadata after prepare.</title>
<updated>2016-01-28T07:12:03+00:00</updated>
<author>
<name>Alexey Botchkov</name>
<email>holyfoot@askmonty.org</email>
</author>
<published>2016-01-27T08:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=f3926cd18e2ba64f2643c6c4f6a981ed99868895'/>
<id>f3926cd18e2ba64f2643c6c4f6a981ed99868895</id>
<content type='text'>
  Fix for SHOW CREATE DATABASE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fix for SHOW CREATE DATABASE.
</pre>
</div>
</content>
</entry>
<entry>
<title>MDEV-5273 Prepared statement doesn't return metadata after prepare.</title>
<updated>2016-01-26T19:18:13+00:00</updated>
<author>
<name>Alexey Botchkov</name>
<email>holyfoot@askmonty.org</email>
</author>
<published>2016-01-26T12:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=df2695495188b0c3459eabb40c8e390f56cddb27'/>
<id>df2695495188b0c3459eabb40c8e390f56cddb27</id>
<content type='text'>
        The metadata creation part of the mysqld_shww_create separated
        to be used on the mysqld_stmt_prepare stage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        The metadata creation part of the mysqld_shww_create separated
        to be used on the mysqld_stmt_prepare stage.
</pre>
</div>
</content>
</entry>
<entry>
<title>MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)</title>
<updated>2015-08-21T06:40:39+00:00</updated>
<author>
<name>Sergey Vojtovich</name>
<email>svoj@mariadb.org</email>
</author>
<published>2015-08-11T07:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=31e365efae28ba3208e80511c4d18fe11a79541a'/>
<id>31e365efae28ba3208e80511c4d18fe11a79541a</id>
<content type='text'>
Added mandatory thd parameter to Item (and all derivative classes) constructor.
Added thd parameter to all routines that may create items.
Also removed "current_thd" from Item::Item. This reduced number of
pthread_getspecific() calls from 290 to 177 per OLTP RO transaction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added mandatory thd parameter to Item (and all derivative classes) constructor.
Added thd parameter to all routines that may create items.
Also removed "current_thd" from Item::Item. This reduced number of
pthread_getspecific() calls from 290 to 177 per OLTP RO transaction.
</pre>
</div>
</content>
</entry>
<entry>
<title>MDEV-7112 Split HA_CREATE_INFO</title>
<updated>2014-12-08T06:56:08+00:00</updated>
<author>
<name>Alexander Barkov</name>
<email>bar@mariadb.org</email>
</author>
<published>2014-12-08T06:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=c6d3f8058db30a6621e36b05564a1b2ae68bec7f'/>
<id>c6d3f8058db30a6621e36b05564a1b2ae68bec7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 10.0.14 into 10.1</title>
<updated>2014-10-15T10:59:13+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-10-15T10:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=f62c12b405ba7ec80b8e2490856b83c6f5899211'/>
<id>f62c12b405ba7ec80b8e2490856b83c6f5899211</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SHOW and FLUSH for I_S tables.</title>
<updated>2014-10-11T16:53:04+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>serg@mariadb.org</email>
</author>
<published>2014-08-25T17:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=db8af31831beb949dfcf7675b3c6392dc52dc38c'/>
<id>db8af31831beb949dfcf7675b3c6392dc52dc38c</id>
<content type='text'>
Extend existing plugins to support
* SHOW QUERY_RESPONSE_TIME
* FLUSH QUERY_RESPONSE_TIME
* SHOW LOCALE

move userstat tables to use the new API instead of
hand-coded syntax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend existing plugins to support
* SHOW QUERY_RESPONSE_TIME
* FLUSH QUERY_RESPONSE_TIME
* SHOW LOCALE

move userstat tables to use the new API instead of
hand-coded syntax
</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>MDEV-6689: valgrind errors in view.test in 10.1</title>
<updated>2014-09-03T21:12:49+00:00</updated>
<author>
<name>Sergei Petrunia</name>
<email>psergey@askmonty.org</email>
</author>
<published>2014-09-03T21:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=d161546b67142cdd5322a4ed160441045ae0cd1e'/>
<id>d161546b67142cdd5322a4ed160441045ae0cd1e</id>
<content type='text'>
SHOW COLUMNS and SHOW KEYS commands fill IS_table_read_plan
in a special way - they don't set or use lookup_field_vals
member.

Added a "trivial_show_command" flag that signals that
lookup_field_vals has no valid data, made EXPLAIN code honor it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SHOW COLUMNS and SHOW KEYS commands fill IS_table_read_plan
in a special way - they don't set or use lookup_field_vals
member.

Added a "trivial_show_command" flag that signals that
lookup_field_vals has no valid data, made EXPLAIN code honor it.
</pre>
</div>
</content>
</entry>
<entry>
<title>small cleanup of the SHOW CREATE TABLE code</title>
<updated>2014-07-08T17:39:06+00:00</updated>
<author>
<name>Sergei Golubchik</name>
<email>sergii@pisem.net</email>
</author>
<published>2014-07-08T17:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=5045615cd945b137c1f6b7c5e4c1bb960eb3b287'/>
<id>5045615cd945b137c1f6b7c5e4c1bb960eb3b287</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge bb-10.1-explain-analyze into 10.1</title>
<updated>2014-06-25T12:46:42+00:00</updated>
<author>
<name>Sergei Petrunia</name>
<email>psergey@askmonty.org</email>
</author>
<published>2014-06-25T12:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/mariadb-git.git/commit/?id=424d5de89de907f37826ec8afb77769fe380d1e4'/>
<id>424d5de89de907f37826ec8afb77769fe380d1e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
