- 06 May, 2005 28 commits
-
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/5.0.8998
-
unknown authored
DEFAULT_COLLTION_NAME field is added to SCHEMATA table mysql-test/r/information_schema.result: Fix for bug#8998: information_schema: Table SCHEMATA should report default collations sql/sql_show.cc: Fix for bug#8998: information_schema: Table SCHEMATA should report default collations
-
unknown authored
mysql-test/r/select.result: Added test cases for bugs 9799, 9800 and 9820 mysql-test/t/select.test: Added test cases for bugs 9799, 9800 and 9820
-
unknown authored
mysql-test/r/type_newdecimal.result: test result fixed mysql-test/t/type_newdecimal.test: test case added sql/my_decimal.cc: error message fixed strings/decimal.c: do_add function fixed
-
unknown authored
into bk-internal.mysql.com:/users/rburnett/mysql-5.0 BitKeeper/etc/logging_ok: auto-union client/mysql.cc: Auto merged
-
unknown authored
into bk-internal.mysql.com:/users/rburnett/mysql-5.0 BitKeeper/etc/logging_ok: auto-union include/violite.h: Auto merged sql/net_serv.cc: Auto merged vio/viosocket.c: Auto merged vio/viossl.c: Auto merged
-
unknown authored
into bk-internal.mysql.com:/users/rburnett/bug9721 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
viosocket.c: Use ?: syntax to simplify code for setting both timeouts vio/viosocket.c: Use ?: syntax to simplify code for setting both timeouts
-
unknown authored
into ibmlab.site:/home/my/bk/mysql-5.0 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-5.0 BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged include/my_sys.h: Auto merged mysql-test/t/ndb_restore.test: Auto merged ndb/test/src/NDBT_ResultRow.cpp: Auto merged sql/ha_innodb.cc: Auto merged
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-5.0 BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged include/my_sys.h: Auto merged mysql-test/t/ndb_restore.test: Auto merged ndb/test/src/NDBT_ResultRow.cpp: Auto merged sql/ha_innodb.cc: Auto merged
-
unknown authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/ndb
-
unknown authored
into ibmlab.site:/home/my/bk/mysql-4.1
-
unknown authored
upper/lower conversion for LATIN LETTER D WITH STROKE was wrong in latin2.
-
unknown authored
into hundin.mysql.fi:/home/marko/mysql-5.0.4
-
unknown authored
innobase/include/srv0srv.h: Restore accidentally deleted comment.
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
-
unknown authored
Invalid DataDir in config causes ndbd segfault ndb/src/kernel/error/ErrorReporter.cpp: print error and return error if unable to open the file for error reporting.
-
unknown authored
strings/decimal.c: A fix (bug #10404: select 0/0 returns 0). We should check the second argument (0?) first.
-
unknown authored
into mysql.com:/root/mysql-5.0
-
unknown authored
into mysql.com:/root/mysql-5.0 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg9841 mysql-test/r/sp.result: Auto merged
-
unknown authored
into hundin.mysql.fi:/home/marko/mysql-4.1 sql/ha_innodb.cc: Auto merged
-
unknown authored
BitKeeper/etc/logging_ok: auto-union BitKeeper/deleted/.del-have_cp932.inc: Delete: mysql-test/include/have_cp932.inc BitKeeper/deleted/.del-ctype_cp932.result: Delete: mysql-test/r/ctype_cp932.result BitKeeper/deleted/.del-have_cp932.require: Delete: mysql-test/r/have_cp932.require BitKeeper/deleted/.del-ctype_cp932.test: Delete: mysql-test/t/ctype_cp932.test BitKeeper/deleted/.del-ctype-cp932.c: Delete: strings/ctype-cp932.c include/m_ctype.h: Auto merged mysys/charset-def.c: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/home/ram/work/5.0
-
unknown authored
into mysql.com:/root/mysql-5.0 sql/sql_select.cc: Auto merged
-
unknown authored
into mysql.com:/home/ram/work/5.0 BitKeeper/etc/logging_ok: auto-union
-
- 05 May, 2005 12 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build
-
unknown authored
into mysql.com:/space/my/mysql-5.0-build
-
unknown authored
-
unknown authored
mysql-test/r/case.result: test result fixed mysql-test/r/create.result: test result fixed mysql-test/r/distinct.result: test result fixed mysql-test/r/func_group.result: test result fixed mysql-test/r/func_op.result: test result fixed mysql-test/r/group_by.result: test result fixed mysql-test/r/metadata.result: test result fixed mysql-test/r/olap.result: test result fixed mysql-test/r/ps_2myisam.result: test result fixed mysql-test/r/ps_3innodb.result: test result fixed mysql-test/r/ps_4heap.result: test result fixed mysql-test/r/ps_5merge.result: test result fixed mysql-test/r/ps_6bdb.result: test result fixed mysql-test/r/ps_7ndb.result: test result fixed mysql-test/r/select.result: test result fixed mysql-test/r/sp.result: test result fixed mysql-test/r/type_decimal.result: test result fixed mysql-test/r/type_newdecimal.result: test result fixed mysql-test/r/union.result: test result fixed mysql-test/r/variables.result: test result fixed mysql-test/t/func_group.test: test modified mysql-test/t/olap.test: test modified mysql-test/t/type_decimal.test: test modified
-
unknown authored
into mysql.com:/home/hf/work/mysql-5.0.prec
-
unknown authored
-
unknown authored
into mysql.com:/home/shuichi/apps/mysql/bk/4.1/mysql BitKeeper/etc/logging_ok: auto-union
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into quadita2.mysql.com:/nfstmp1/guilhem/mysql-5.0-4ita
-
unknown authored
mysql-test/t/rpl_sp.test: making test hostname-independent (don't know why the problem didn't appear on my machine) mysql-test/r/rpl_sp.result: result update
-
unknown authored
We cannot propagate constants with tricky collations.
-
unknown authored
a stored procedure" (version 2). To handle updates and inserts into view in SP properly we should set lock types for tables of the view's main select when we are opening view for prelocking purproses. mysql-test/r/sp.result: Added test case for bug #9841 "Unexpected read lock when trying to update a view in a stored procedure" mysql-test/t/sp.test: Added test case for bug #9841 "Unexpected read lock when trying to update a view in a stored procedure" sql/sql_view.cc: mysql_make_view(): To handle updates and inserts into view in SP properly we should set lock types for tables of the view's main select when we are opening view for prelocking purproses. Also it is more correct to use LEX::select_lex::get_table_list() instead of 'view_tables' variable for obtaining list of those tables.
-