mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Cset exclude: matt@mysql.com|ChangeSet|20050519052223|06259
Cset exclude: msvensson@neptunus.(none)|ChangeSet|20050425090838|60886
This commit is contained in:
@ -6,7 +6,7 @@ AC_PREREQ(2.50)dnl Minimum Autoconf version required.
|
|||||||
AC_INIT(sql/mysqld.cc)
|
AC_INIT(sql/mysqld.cc)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
# Don't forget to also update the NDB lines below.
|
# Don't forget to also update the NDB lines below.
|
||||||
AM_INIT_AUTOMAKE(mysql, 5.0.7-beta)
|
AM_INIT_AUTOMAKE(mysql, 5.0.6-beta)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
PROTOCOL_VERSION=10
|
PROTOCOL_VERSION=10
|
||||||
|
@ -713,8 +713,7 @@ SQL_SELECT::~SQL_SELECT()
|
|||||||
|
|
||||||
QUICK_SELECT_I::QUICK_SELECT_I()
|
QUICK_SELECT_I::QUICK_SELECT_I()
|
||||||
:max_used_key_length(0),
|
:max_used_key_length(0),
|
||||||
used_key_parts(0),
|
used_key_parts(0)
|
||||||
records(0)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
QUICK_RANGE_SELECT::QUICK_RANGE_SELECT(THD *thd, TABLE *table, uint key_nr,
|
QUICK_RANGE_SELECT::QUICK_RANGE_SELECT(THD *thd, TABLE *table, uint key_nr,
|
||||||
|
Reference in New Issue
Block a user