📄 changelog
字号:
sql/event.cc
1.20.2.1 06/01/30 13:15:03 andrey@lmy004. +41 -22
pass around the definer of the event because of the new PK
which is (definer, db, name). It's needed for index searching.
scripts/mysql_fix_privilege_tables.sql
1.33.1.1 06/01/30 13:15:03 andrey@lmy004. +2 -0
change the PK of mysql.event to (definer, db, name)
scripts/mysql_create_system_tables.sh
1.31.1.1 06/01/30 13:15:03 andrey@lmy004. +1 -1
change the PK of mysql.event to (definer, db, name)
mysql-test/t/events.test
1.5.1.1 06/01/30 13:15:03 andrey@lmy004. +74 -0
new tests for information_schema.events
mysql-test/r/system_mysql_db.result
1.33.1.1 06/01/30 13:15:03 andrey@lmy004. +20 -20
result of new tests
mysql-test/r/information_schema_db.result
1.10 06/01/30 13:15:03 andrey@lmy004. +1 -0
result of new tests
mysql-test/r/information_schema.result
1.104 06/01/30 13:15:03 andrey@lmy004. +11 -2
result of new tests
mysql-test/r/events.result
1.4.1.1 06/01/30 13:15:03 andrey@lmy004. +96 -0
result of new tests
mysql-test/lib/init_db.sql
1.20.1.1 06/01/30 13:15:03 andrey@lmy004. +1 -1
change the PK - (definer, db, name)
quicker searches when SHOW EVENTS;
allow also different users to have events with the same name ->
no information disclosure
ChangeSet
1.2071.32.1 06/01/30 13:09:08 knielsen@mysql.com +12 -0
Windows compile fixes in preparation for 5.1.6 beta.
sql/sql_partition.cc
1.27.1.1 06/01/30 13:09:02 knielsen@mysql.com +4 -4
Fix Windows byte * <-> char * mismatch.
sql/set_var.cc
1.162 06/01/30 13:09:02 knielsen@mysql.com +2 -2
BUG#16811
Fix Windows compilation by making the cast-away of volatile implicit
(Windows linker does not like volatile <-> non-volatile mismatch, in
contrast to Unix)
sql/opt_range.cc
1.196.1.1 06/01/30 13:09:02 knielsen@mysql.com +2 -2
Fix Windows byte * <-> char * mismatch.
sql/handler.h
1.181.3.1 06/01/30 13:09:02 knielsen@mysql.com +1 -1
Fix Windows byte * <-> char * mismatch.
sql/ha_archive.cc
1.76 06/01/30 13:09:02 knielsen@mysql.com +1 -1
Add cast needed for Windows.
sql/event_timed.cc
1.19.2.1 06/01/30 13:09:02 knielsen@mysql.com +1 -1
Fix type conflict only visible on Windows.
sql/event_executor.cc
1.21 06/01/30 13:09:02 knielsen@mysql.com +1 -1
Fix non-portable thread stuff.
sql/event.h
1.15 06/01/30 13:09:02 knielsen@mysql.com +1 -1
Fix type conflict only visible on Windows.
scripts/make_win_src_distribution.sh
1.46.1.1 06/01/30 13:09:01 knielsen@mysql.com +1 -1
Add copying of missing directory.
VC++Files/sql/mysqld.vcproj
1.8 06/01/30 13:09:01 knielsen@mysql.com +462 -6
Enable row-based replication.
Add missing source files.
VC++Files/mysql.sln
1.13 06/01/30 13:09:01 knielsen@mysql.com +14 -14
Fix configuration mismatch.
VC++Files/client/mysqldump.vcproj
1.1.1.1 06/01/30 13:09:01 knielsen@mysql.com +27 -0
Add missing source file.
ChangeSet
1.2089.2.2 06/01/30 12:42:27 knielsen@mysql.com +1 -0
Fix another non-portable __attribute__
plugin/fulltext/plugin_example.c
1.6 06/01/30 12:42:13 knielsen@mysql.com +1 -2
Fix another non-portable __attribute__
ChangeSet
1.2089.2.1 06/01/30 11:25:47 serg@serg.mylan +1 -0
__attribute__ is (of course) not portable
plugin/fulltext/plugin_example.c
1.5 06/01/30 11:25:35 serg@serg.mylan +1 -2
__attribute__ is (of course) not portable
ChangeSet
1.2071.31.1 06/01/30 11:09:55 tomas@poseidon.ndb.mysql.com +9 -0
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
storage/ndb/include/kernel/signaldata/AllocNodeId.hpp
1.1 06/01/30 11:09:49 tomas@poseidon.ndb.mysql.com +65 -0
New BitKeeper file ``storage/ndb/include/kernel/signaldata/AllocNodeId.hpp''
storage/ndb/src/ndbapi/ndberror.c
1.50 06/01/30 11:09:49 tomas@poseidon.ndb.mysql.com +10 -0
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
storage/ndb/src/mgmsrv/MgmtSrvr.hpp
1.40 06/01/30 11:09:49 tomas@poseidon.ndb.mysql.com +2 -1
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
storage/ndb/include/kernel/signaldata/AllocNodeId.hpp
1.0 06/01/30 11:09:49 tomas@poseidon.ndb.mysql.com +0 -0
BitKeeper file /home/tomas/mysql51/storage/ndb/include/kernel/signaldata/AllocNodeId.hpp
storage/ndb/src/mgmsrv/MgmtSrvr.cpp
1.89 06/01/30 11:09:48 tomas@poseidon.ndb.mysql.com +116 -0
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
1.26 06/01/30 11:09:48 tomas@poseidon.ndb.mysql.com +164 -0
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
storage/ndb/src/kernel/blocks/qmgr/QmgrInit.cpp
1.8 06/01/30 11:09:48 tomas@poseidon.ndb.mysql.com +5 -0
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
storage/ndb/src/kernel/blocks/qmgr/Qmgr.hpp
1.10 06/01/30 11:09:48 tomas@poseidon.ndb.mysql.com +18 -0
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp
1.29 06/01/30 11:09:48 tomas@poseidon.ndb.mysql.com +3 -0
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
storage/ndb/include/kernel/GlobalSignalNumbers.h
1.15 06/01/30 11:09:48 tomas@poseidon.ndb.mysql.com +3 -3
MySQL Bugs: #16772: Starting node joins cluster too early, workaround avoiding the issue for dynamically allocated nodeid's
ChangeSet
1.2091 06/01/30 11:03:17 msvensson@neptunus.(none) +1 -0
Merge neptunus.(none):/home/msvensson/mysql/bug15904/my51-bug15904
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
sql/sql_table.cc
1.299 06/01/30 11:03:11 msvensson@neptunus.(none) +0 -0
Auto merged
ChangeSet
1.2071.30.1 06/01/30 10:57:42 msvensson@neptunus.(none) +2 -0
Merge neptunus.(none):/home/msvensson/mysql/bug15719/my50-bug15719
into neptunus.(none):/home/msvensson/mysql/bug15719/my51-bug15719
tests/mysql_client_test.c
1.169 06/01/30 10:57:34 msvensson@neptunus.(none) +0 -0
Auto merged
sql-common/client.c
1.83 06/01/30 10:57:34 msvensson@neptunus.(none) +0 -0
Auto merged
ChangeSet
1.2087.1.1 06/01/30 08:23:54 jonas@perch.ndb.mysql.com +3 -0
bug#10987 - ndb - ndb_rpl_bank
more printouts...
storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp
1.27 06/01/30 08:23:52 jonas@perch.ndb.mysql.com +2 -1
printouts
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
1.72 06/01/30 08:23:51 jonas@perch.ndb.mysql.com +11 -9
printouts
storage/ndb/src/kernel/blocks/backup/Backup.cpp
1.34 06/01/30 08:23:51 jonas@perch.ndb.mysql.com +5 -0
printouts
ChangeSet
1.2088 06/01/30 02:24:47 petr@mysql.com +2 -0
Do not create log table handler if run in bootstrap mode.
This patch also fixes annoying complains on the log tables
absence, issued by the shell version of mysql-test-run.
sql/mysqld.cc
1.524.1.2 06/01/30 02:24:44 petr@mysql.com +4 -1
do not create log table handler, if run
in bootstrap mode.
sql/log.h
1.2.1.2 06/01/30 02:24:44 petr@mysql.com +8 -2
check for the table log handler presence, as now it
could be absent in some cases. Namely, during bootstrap.
ChangeSet
1.2087 06/01/29 23:13:39 jonas@perch.ndb.mysql.com +1 -0
bug#10987 - ndb - ndb_rpl_bank
even more debug printouts
storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
1.88 06/01/29 23:13:36 jonas@perch.ndb.mysql.com +13 -1
more printouts...
ChangeSet
1.2086 06/01/29 15:53:34 jonas@perch.ndb.mysql.com +1 -0
bug#10987 - ndb - more printouts to hunt rpl_ndb_bank problem in pushbuild
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
1.49 06/01/29 15:53:30 jonas@perch.ndb.mysql.com +5 -2
more printouts
write tabfile sync
ChangeSet
1.2085 06/01/29 09:53:26 serg@serg.mylan +1 -0
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
sql/handler.h
1.183 06/01/29 09:53:09 serg@serg.mylan +0 -0
Auto merged
ChangeSet
1.2071.29.1 06/01/28 16:22:32 patg@govinda.patg.net +7 -0
WL# 2986
Final patch
-----------
This WL is about using this bitmap in all parts of the partition handler.
Thus for:
rnd_init/rnd_next
index_init/index_next and all other variants of index scans
read_range_... the various range scans implemented in the partition handler.
Also use those bitmaps in the various other calls that currently loop over all
partitions.
sql/sql_partition.cc
1.28 06/01/28 16:22:28 patg@govinda.patg.net +2 -4
WL# 2986
Changed < to <=, which fixes the problem with edge cases going awry.
sql/opt_range.cc
1.197 06/01/28 16:22:28 patg@govinda.patg.net +15 -4
WL# 2986
Added bitmap_clear_all to clear bitmap prior to pruning
DBUG code for testing
sql/handler.h
1.181.2.1 06/01/28 16:22:28 patg@govinda.patg.net +0 -1
WL# 2986
Removed unused member
sql/ha_partition.h
1.11 06/01/28 16:22:28 patg@govinda.patg.net +0 -1
WL# 2986
Removed unused member
sql/ha_partition.cc
1.25.1.1 06/01/28 16:22:28 patg@govinda.patg.net +191 -120
WL# 2986
Used work from 2682 and removed the partition select code.
Added do {} while loop to any iteration over partitions to now utilise
m_part_info->used_partitions bitmap to determine if a partition should be
used.
mysql-test/t/partition_pruning.test
1.6 06/01/28 16:22:28 patg@govinda.patg.net +132 -0
WL# 2986
New tests to show bitmap being used in ha_partition
mysql-test/r/partition_pruning.result
1.6 06/01/28 16:22:27 patg@govinda.patg.net +244 -38
WL# 2986
New results reflecting bitmap being used to determine if a partition is to be
included
ChangeSet
1.2071.25.4 06/01/28 19:21:40 serg@serg.mylan +3 -0
two buffer overflows fixed
sql/unireg.cc
1.74 06/01/28 19:21:14 serg@serg.mylan +3 -3
not too nice to do bzero(buf, 9) after char buf[5], eh ?
sql/sql_parse.cc
1.514 06/01/28 19:21:13 serg@serg.mylan +1 -0
init thd->security_ctx->priv_host,
otherwise - buffer overflow in db_create_routine
sql/sp.cc
1.101 06/01/28 19:21:12 serg@serg.mylan +1 -1
use strxnmov, just in case
ChangeSet
1.2083 06/01/28 10:37:22 joerg@debian.(none) +3 -0
Merge
sql/sql_table.cc
1.297.2.1 06/01/28 10:37:15 joerg@debian.(none) +0 -0
SCCS merged
mysql-test/t/create.test
1.75 06/01/28 10:30:25 joerg@debian.(none) +0 -0
Auto merged
mysql-test/r/create.result
1.113 06/01/28 10:30:25 joerg@debian.(none) +0 -0
Auto merged
ChangeSet
1.2071.28.1 06/01/28 16:16:23 stewart@mysql.com +14 -0
WL#1359 NDB: Add table handler and table information available from SQL commands
add a FILES table that allows the user to run SQL queries on the files used
to store their tables.
Currently supports NDB
storage/csv/ha_tina.cc
1.33 06/01/28 16:16:19 stewart@mysql.com +1 -0
Add fill_files_table
sql/sql_show.cc
1.294 06/01/28 16:16:19 stewart@mysql.com +77 -4
implement the INFORMATION_SCHEMA.FILES table.
Eventually this may move to PERFORMANCE_SCHEMA.
It currently exists to allow users to query disk usage for NDB disk data tables.
sql/mysql_priv.h
1.375 06/01/28 16:16:19 stewart@mysql.com +3 -0
Add schema_table_store_record as a function that handlertons can call to store rows in INFORMATION_SCHEMA.FILES
sql/log.cc
1.188.2.1 06/01/28 16:16:19 stewart@mysql.com +1 -0
Add fill_files_table
sql/handler.h
1.181.1.1 06/01/28 16:16:19 stewart@mysql.com +3 -0
Add fill_files_table to handlerton
sql/ha_partition.cc
1.26 06/01/28 16:16:19 stewart@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -