- 27 Mar, 2007 1 commit
-
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
- 26 Mar, 2007 7 commits
-
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
unknown authored
correct cit printout correct bit store retrieve ndb/include/ndbapi/NdbRecAttr.hpp: correct medium int printout ndb/src/ndbapi/NdbRecAttr.cpp: correct cit printout sql/ha_ndbcluster.cc: correct bit store retrieve
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
unknown authored
- always store lsw first in ndb
-
unknown authored
into clam.ndb.mysql.com:/export/space/pekka/ndb/version/my50-bug24028
-
unknown authored
-
unknown authored
- set sizes for data
-
- 25 Mar, 2007 1 commit
-
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged
-
- 24 Mar, 2007 2 commits
- 23 Mar, 2007 16 commits
-
-
unknown authored
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build mysys/thr_alarm.c: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
fixed differently: wake up select_thread with THR_SERVER_ALARM instead mysys/thr_alarm.c: reverted linuxthreads thr_client_alarm fix (not future-proof)
-
unknown authored
-
unknown authored
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: abort on timeout if in single user mode
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build mysys/thr_alarm.c: Auto merged sql/mysqld.cc: SCCS merged
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-single-user ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged ndb/src/kernel/blocks/dbdict/Dbdict.hpp: Auto merged ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Auto merged ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: Auto merged ndb/include/kernel/signaldata/DictTabInfo.hpp: manual merge ndb/src/ndbapi/NdbDictionaryImpl.cpp: manual merge
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1 mysys/thr_alarm.c: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
ndb/include/kernel/signaldata/DictTabInfo.hpp: add single user mode field in table definition ndb/include/ndb_constants.h: new constants for single usermode option of tables ndb/include/ndbapi/NdbDictionary.hpp: add single user mode field in table definition ndb/src/common/debugger/signaldata/DictTabInfo.cpp: add single user mode field in table definition ndb/src/kernel/blocks/dbdict/Dbdict.cpp: add single user mode field in table definition send this infor to TC ndb/src/kernel/blocks/dbdict/Dbdict.hpp: add single user mode field in table definition ndb/src/kernel/blocks/dbtc/Dbtc.hpp: single user table mode on table object merge some flags from uint8 to bits get allow transaction to also check single user mode ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: single user table mode on table object merge some flags from uint8 to bits get allow transaction to also check single user mode ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: set single user mode flag on system tables to make them always updatable ndb/src/ndbapi/NdbDictionary.cpp: get/set functions for single user mode on tables ndb/src/ndbapi/NdbDictionaryImpl.cpp: get/set functions for single user mode on tables ndb/src/ndbapi/NdbDictionaryImpl.hpp: get/set functions for single user mode on tables ndb/test/src/NDBT_Table.cpp: print single user mode
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1 sql/mysqld.cc: merged
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Auto merged ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged
-
unknown authored
(in thr_alarm.cc it happened too late). mysys/thr_alarm.c: move thr_client_alarm initialization to mysqld.cc (here it happened too late) sql/mysqld.cc: move thr_client_alarm initialization to mysqld.cc (in thr_alarm.cc it happened too late). moved thr_kill_signal initialization to init_signals()
-
unknown authored
into trift2.:/MySQL/M50/push-5.0 sql/sql_class.cc: Auto merged
-
unknown authored
into trift2.:/MySQL/M50/push-5.0 mysql-test/mysql-test-run.pl: Auto merged
-
- 22 Mar, 2007 13 commits
-
-
unknown authored
into linux.site:/home/omer/source/bld50_0321
-
unknown authored
into moonbone.local:/mnt/gentoo64/work/26813-bug-5.0-opt-mysql
-
unknown authored
Post-fix for bug#26813. sql/sql_view.cc: Post-fix for bug#26813.
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.0-opt
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.0-opt
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.0-opt
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.0-opt sql/item_cmpfunc.cc: Auto merged
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-4.1-opt
-
unknown authored
into moonbone.local:/mnt/gentoo64/work/26813-bug-5.0-opt-mysql
-
unknown authored
another user. When the DEFINER clause isn't specified in the ALTER statement then it's loaded from the view definition. If the definer differs from the current user then the error is thrown because only a super-user can set other users as a definers. Now if the DEFINER clause is omitted in the ALTER VIEW statement then the definer from the original view is used without check. mysql-test/t/view_grant.test: Added a test case for the bug#27006: The SUPER privilege is wrongly required to alter a view created by another user. mysql-test/r/view_grant.result: Added a test case for the bug#27006: The SUPER privilege is wrongly required to alter a view created by another user. sql/sql_view.cc: Bug#26813: The SUPER privilege is wrongly required to alter a view created by another user. Now if the DEFINER clause is omitted in the ALTER VIEW statement then the definer from the original view is used without check.
-
unknown authored
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build BitKeeper/deleted/.del-fill_func_tables.sh: Auto merged BitKeeper/deleted/.del-fill_help_tables.sh: Auto merged
-
unknown authored
Delete: scripts/fill_func_tables.sh .del-fill_help_tables.sh: Delete: scripts/fill_help_tables.sh .del-internals.texi: Delete: Docs/internals.texi BitKeeper/deleted/.del-internals.texi: Delete: Docs/internals.texi BitKeeper/deleted/.del-fill_func_tables.sh: Delete: scripts/fill_func_tables.sh BitKeeper/deleted/.del-fill_help_tables.sh: Delete: scripts/fill_help_tables.sh
-
unknown authored
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build BitKeeper/deleted/.del-colspec-fix.pl: Auto merged BitKeeper/deleted/.del-docbook-fixup.pl: Auto merged BitKeeper/deleted/.del-docbook-prefix.pl: Auto merged BitKeeper/deleted/.del-docbook-split: Auto merged BitKeeper/deleted/.del-make-docbook: Auto merged BitKeeper/deleted/.del-make-makefile: Auto merged BitKeeper/deleted/.del-test-make-manual-de: Auto merged BitKeeper/deleted/.del-test-make-manual: Auto merged BitKeeper/deleted/.del-xwf: Auto merged
-