| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
sql/sql_parse.cc:
Auto merged
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
a corresponding test case....
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
remuved 'unstable' variable from test
include/myisampack.h:
fixed 2 typo
mysql-test/r/variables.result:
remuved 'unstable' variable
mysql-test/t/variables.test:
remuved 'unstable' variable
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
sql/sql_parse.cc:
Auto merged
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
|
| | | |
| | | |
| | | |
| | | |
| | | | |
sql/set_var.h:
new constaructor
|
| |_|/
|/| | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug fix in ctype-utf8.c
sql/item_strfunc.cc:
USER(), DATABASE() and CHARSET() functions are now UCS2 compatible
sql/item_strfunc.h:
USER(), DATABASE() and CHARSET() functions are now UCS2 compatible
sql/procedure.h:
USER(), DATABASE() and CHARSET() functions are now UCS2 compatible
strings/ctype-utf8.c:
Bug fix
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
sql/sql_derived.cc:
Auto merged
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
into mysql.r18.ru:/usr/home/ram/mysql-4.1
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
mysql-test/r/subselect.result:
test of derived table external field bug
mysql-test/t/subselect.test:
test of derived table external field bug
sql/sql_derived.cc:
lex->current_select always should point on current SELECT_LEX_NODE during query execution
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
decreased number of check of "!join->select_lex->dependent"
mysql-test/r/subselect.result:
test of yet another join_free bug
mysql-test/t/subselect.test:
test of yet another join_free bug
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
SHOW CREATE DATABASE [WITH IF NOT EXISTS] dbname
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
|
| |
| |
| |
| |
| |
| |
| | |
resulting code cleanup in our main loop.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
old macro name is deprecated (according to the libtool 1.4.2 docs).
configure.in:
- replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since the old macro name
is deprecated (according to the libtool 1.4.2 docs).
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.wrk
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to compose strings appeared without charset context, for example,
in convertion from numer into string type.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
into genie.(none):/home/vva/work/lex_hash/4.1
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into genie.(none):/home/vva/work/lex_hash/4.1
|
| | | |
| | | |
| | | |
| | | |
| | | | |
sql/gen_lex_hash.cc:
new version
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
SHOW CREATE DATABASE [IF NOT EXISTS] dbname
Version dependant parts are displayed in appropriative comments:
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ucs` /*!40100 DEFAULT CHARACTER SET ucs2*/
client/mysqldump.c:
SHOW CREATE DATABASE IF NOT EXISTS
sql/mysql_priv.h:
SHOW CREATE DATABASE IF NOT EXISTS
sql/sql_db.cc:
SHOW CREATE DATABASE IF NOT EXISTS
sql/sql_parse.cc:
SHOW CREATE DATABASE IF NOT EXISTS
sql/sql_yacc.yy:
SHOW CREATE DATABASE IF NOT EXISTS
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
deleted unnecessary files from bdb/
BitKeeper/deleted/.del-crypto_ext.h~3cb68f2aa5f8cd83:
Delete: bdb/dbinc_auto/crypto_ext.h
BitKeeper/deleted/.del-int_def.in~2fb1cf84ef399553:
Delete: bdb/dbinc_auto/int_def.in
BitKeeper/deleted/.del-TESTS~71f3060229e13171:
Delete: bdb/test/TESTS
bdb/dist/s_tags:
fix for BDB 4.1.24
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into sanja.is.com.ua:/home/bell/mysql/work-pointer-4.1
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
onversion with check
sql/item.cc:
removed similar code
sql/item_sum.cc:
conversion with check
sql/sql_delete.cc:
conversion with check
sql/sql_derived.cc:
style fix
sql/sql_lex.cc:
conversion with check
moved similar code to function
sql/sql_lex.h:
conversion with check
moved similar code to function
sql/sql_parse.cc:
conversion with check
sql/sql_update.cc:
conversion with check
sql/sql_yacc.yy:
conversion with check
|
| |\ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into sanja.is.com.ua:/home/bell/mysql/work-pointer-4.1
sql/item.cc:
Auto merged
sql/item_subselect.cc:
Auto merged
sql/item_sum.cc:
Auto merged
sql/mysql_priv.h:
Auto merged
sql/sql_base.cc:
Auto merged
sql/sql_lex.h:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/sql_select.cc:
Auto merged
sql/sql_yacc.yy:
Auto merged
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
fixed some possible bugs
sql/item.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/item_subselect.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/item_sum.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/mysql_priv.h:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_base.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_cache.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_delete.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_lex.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_lex.h:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
fixed some possible bugs
sql/sql_parse.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_prepare.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_repl.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_select.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_union.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_update.cc:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
sql/sql_yacc.yy:
removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion
|