📄 changelog
字号:
ChangeSet
1.2136.1.1 06/02/08 11:59:45 jonas@perch.ndb.mysql.com +1 -0
5.1.6 release ndb dd - fix problem with O_DIRECT on some platforms
storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp
1.27 06/02/08 11:59:42 jonas@perch.ndb.mysql.com +14 -2
reopen wo/ O_DIRECT if firts write fails
ChangeSet
1.2137 06/02/08 11:42:17 knielsen@mysql.com +1 -0
Modified RPM spec to match new 5.1 debug+max combined community packaging.
support-files/mysql.spec.sh
1.123 06/02/08 11:42:05 knielsen@mysql.com +53 -127
Modified RPM spec to match new 5.1 debug+max combined community packaging.
ChangeSet
1.2136 06/02/07 22:39:55 kent@mysql.com +2 -0
sql_plugin.cc:
Bug#17196, --default-storage-engine option broken
configure.in:
This is an alpha
sql/sql_plugin.cc
1.11 06/02/07 22:31:31 kent@mysql.com +1 -1
Bug#17196, --default-storage-engine option broken
configure.in
1.335 06/02/07 22:19:18 kent@mysql.com +1 -1
This is an alpha
ChangeSet
1.2130.2.2 06/02/07 19:06:55 joerg@mysql.com +1 -0
scripts/make_binary_distribution.sh : Care about the debug server in the 5.1 packages.
scripts/make_binary_distribution.sh
1.108 06/02/07 19:06:49 joerg@mysql.com +10 -8
As of 5.1, any package will contain both an optimized and a debugging server,
built with identical configuration (features / table handlers).
This "mysqld-debug" must be contained in the package.
Also, the server will not be stripped any more.
Also, get rid of the old compatibility symlink "safe_mysqld" dating back to 4.0.
ChangeSet
1.2130.2.1 06/02/07 17:42:04 joerg@mysql.com +1 -0
scripts/make_binary_distribution.sh :
Adaption of the 5.1.6 build clone to the new "storage" directory layer,
already done in the general tree by Jani.
scripts/make_binary_distribution.sh
1.107 06/02/07 17:41:58 joerg@mysql.com +2 -2
Adaption of the 5.1.6 build clone to the new "storage" directory layer,
already done in the general tree by Jani:
2006/02/02 16:22:22+02:00 jani@ua141d10.elisa.omakaista.fi +2 -2
Fix to reflect change in directory structure.
ChangeSet
1.2130.1.1 06/02/07 16:30:26 knielsen@mysql.com +1 -0
Add cast to fix Windows compilation.
sql/sql_show.cc
1.298 06/02/07 16:11:20 knielsen@mysql.com +1 -1
Add cast for Windows.
ChangeSet
1.2132 06/02/06 18:36:13 petr@mysql.com +1 -0
post-merge fix
sql/mysqld.cc
1.528 06/02/06 18:36:09 petr@mysql.com +1 -1
post-merge fix
ChangeSet
1.2131 06/02/06 17:35:10 petr@mysql.com +5 -0
Merge mysqldev@production.mysql.com:my/mysql-5.1-release
into mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
sql/mysqld.cc
1.527 06/02/06 17:35:05 petr@mysql.com +0 -0
Auto merged
sql/mysql_priv.h
1.376 06/02/06 17:35:05 petr@mysql.com +0 -0
Auto merged
sql/log.h
1.4 06/02/06 17:35:05 petr@mysql.com +0 -0
Auto merged
sql/log.cc
1.190 06/02/06 17:35:05 petr@mysql.com +0 -0
Auto merged
mysql-test/mysql-test-run.pl
1.59 06/02/06 17:35:05 petr@mysql.com +0 -0
Auto merged
ChangeSet
1.2071.20.3 06/02/06 17:30:44 petr@mysql.com +1 -0
cleanup
sql/mysql_priv.h
1.374.1.1 06/02/06 17:30:40 petr@mysql.com +0 -1
remove reference to variable removed in the previous patch
ChangeSet
1.2071.20.2 06/02/06 14:31:43 petr@mysql.com +1 -0
post-review fixes to WL#3117 Change option handling
for the log tables.
sql/mysqld.cc
1.526 06/02/06 14:31:40 petr@mysql.com +20 -5
post-review fixes
ChangeSet
1.2130 06/02/03 01:49:33 anozdrin@mysql.com +2 -0
Copied patch for BUG#15588 (BUG#16621) from 5.0 into 5.1-release.
sql/sp_head.cc
1.213 06/02/03 01:49:29 anozdrin@mysql.com +25 -12
Work correctly with String:
- String length has to be be reset before use;
- qs_append() does not allocate memory, so the memory should
be reserved beforehand.
sql/field.cc
1.298 06/02/03 01:49:29 anozdrin@mysql.com +2 -2
Use memmove() instead of memcpy() -- after implementation of WL#2984
(Make stored routine variables work according to the standard) it is
possible to store in the field the value from this field. For instance,
this can happen for the following statement:
SET sp_var = SUBSTR(sp_var, 1, 3);
ChangeSet
1.2129 06/02/02 19:40:58 joerg@mysql.com +1 -0
storage/example/ha_example.cc
Copied from the general tree, to solve a build problem:
ChangeSet 1.2121.1.5 2006/02/02 11:02:09 stewart@mysql.com
build fix when building with example storage engine.
storage/example/ha_example.cc
1.31 06/02/02 19:40:52 joerg@mysql.com +1 -0
Copied from the general tree, to solve a build problem:
ChangeSet 1.2121.1.5 2006/02/02 11:02:09 stewart@mysql.com
build fix when building with example storage engine.
ChangeSet
1.2122.1.1 06/02/02 13:36:07 dlenev@mysql.com +3 -0
Yet another addition to the fix for BUG#9412 "Triggers: should have trigger
privilege".
Corrected addition of TRIGGER privilege by "mysql_fix_privilege_tables" script.
Problem with it should have been caught by system_mysql_db/system_mysql_db_fix
tests but they were disabled. Enabled them back.
scripts/mysql_fix_privilege_tables.sql
1.40 06/02/02 13:35:58 dlenev@mysql.com +5 -1
Corrected addition of TRIGGER privilege.
mysql-test/t/disabled.def
1.52 06/02/02 13:35:57 dlenev@mysql.com +0 -2
Enabled back test system_mysql_db/system_mysql_db_fix tests.
mysql-test/r/system_mysql_db.result
1.38 06/02/02 13:35:57 dlenev@mysql.com +4 -1
Updated test results after addition of TRIGGER privilege.
ChangeSet
1.2127 06/02/02 10:56:04 tomas@poseidon.ndb.mysql.com +3 -0
Bug #16753 DD: mysqldump does not support Cluster Disk Data backups
mysql-test/t/ndb_dd_dump.test
1.2 06/02/02 10:55:57 tomas@poseidon.ndb.mysql.com +13 -3
Bug #16753 DD: mysqldump does not support Cluster Disk Data backups
mysql-test/r/ndb_dd_dump.result
1.2 06/02/02 10:55:57 tomas@poseidon.ndb.mysql.com +21 -12
Bug #16753 DD: mysqldump does not support Cluster Disk Data backups
client/mysqldump.c
1.222 06/02/02 10:55:57 tomas@poseidon.ndb.mysql.com +48 -35
Bug #16753 DD: mysqldump does not support Cluster Disk Data backups
ChangeSet
1.2126 06/02/02 00:52:58 tomas@poseidon.ndb.mysql.com +3 -0
Bug #16753 DD: mysqldump does not support Cluster Disk Data backups
mysql-test/t/ndb_dd_dump.test
1.1 06/02/02 00:52:51 tomas@poseidon.ndb.mysql.com +249 -0
New BitKeeper file ``mysql-test/t/ndb_dd_dump.test''
mysql-test/r/ndb_dd_dump.result
1.1 06/02/02 00:52:51 tomas@poseidon.ndb.mysql.com +221 -0
New BitKeeper file ``mysql-test/r/ndb_dd_dump.result''
mysql-test/t/ndb_dd_dump.test
1.0 06/02/02 00:52:51 tomas@poseidon.ndb.mysql.com +0 -0
BitKeeper file /home/tomas/mysql-5.1-release/mysql-test/t/ndb_dd_dump.test
mysql-test/r/ndb_dd_dump.result
1.0 06/02/02 00:52:51 tomas@poseidon.ndb.mysql.com +0 -0
BitKeeper file /home/tomas/mysql-5.1-release/mysql-test/r/ndb_dd_dump.result
client/mysqldump.c
1.221 06/02/02 00:52:51 tomas@poseidon.ndb.mysql.com +121 -1
Bug #16753 DD: mysqldump does not support Cluster Disk Data backups
ChangeSet
1.2125 06/02/02 00:24:42 tomas@poseidon.ndb.mysql.com +1 -0
bug, added error handling to information_schema files
sql/ha_ndbcluster.cc
1.256 06/02/02 00:24:35 tomas@poseidon.ndb.mysql.com +46 -24
bug, added error handling to information_schema files
ChangeSet
1.2124 06/02/01 23:55:04 tomas@poseidon.ndb.mysql.com +1 -0
bug, retry handling in "ndb schema propagation" incorrect
sql/ha_ndbcluster_binlog.cc
1.10 06/02/01 23:54:57 tomas@poseidon.ndb.mysql.com +12 -6
bug, retry handling in "ndb schema propagation" incorrect
ChangeSet
1.2123 06/02/01 22:37:25 tomas@poseidon.ndb.mysql.com +1 -0
bug, ndb onject on thread unitialized on handlerton call in files information schema
sql/ha_ndbcluster.cc
1.255 06/02/01 22:37:19 tomas@poseidon.ndb.mysql.com +1 -2
bug, ndb onject on thread unitialized on handlerton call in files information schema
ChangeSet
1.2122 06/02/01 21:27:12 dlenev@mysql.com +2 -0
Addition to the fix for BUG#9412 "Triggers: should have trigger privilege".
When we add new privilege we should update mysql-test/lib/init_db.sql
accordingly.
sql/sql_acl.h
1.47 06/02/01 21:27:04 dlenev@mysql.com +1 -0
Updated comment describing process of addition of new privileges - added yet
another script place which should be modified when new privilege is added.
mysql-test/lib/init_db.sql
1.24 06/02/01 21:27:04 dlenev@mysql.com +9 -6
Added TRIGGER privilege.
ChangeSet
1.2120 06/02/02 00:52:32 stewart@mysql.com +4 -0
Merge mysql.com:/home/stewart/Documents/MySQL/5.1/wl1359
into mysql.com:/home/stewart/Documents/MySQL/5.1/tmp_merge
sql/sql_show.cc
1.297 06/02/02 00:52:27 stewart@mysql.com +0 -0
Auto merged
sql/handler.h
1.187 06/02/02 00:52:27 stewart@mysql.com +0 -0
Auto merged
sql/ha_ndbcluster.cc
1.254 06/02/02 00:52:27 stewart@mysql.com +0 -0
Auto merged
mysql-test/r/information_schema.result
1.106 06/02/02 00:52:27 stewart@mysql.com +0 -0
Auto merged
ChangeSet
1.2119 06/02/02 00:47:08 stewart@mysql.com +5 -0
some fixes from review of WL1359.
fix up test cases.
sql/table.h
1.127 06/02/02 00:47:04 stewart@mysql.com +1 -0
add SCH_FILES to information schema enum
sql/sql_show.cc
1.296 06/02/02 00:47:04 stewart@mysql.com +1 -1
correct DBUG_ENTER for fill_schema_files
sql/ha_ndbcluster.cc
1.253 06/02/02 00:47:03 stewart@mysql.com +2 -2
in fill_files_table, use my_snprintf instead of snprintf
mysql-test/r/information_schema_db.result
1.11 06/02/02 00:47:03 stewart@mysql.com +1 -0
update result for INFORMATION_SCHEMA.FILES
mysql-test/r/information_schema.result
1.104.1.1 06/02/02 00:47:03 stewart@mysql.com +10 -2
update result for INFORMATION_SCHEMA.FILES
ChangeSet
1.2117.1.7 06/02/01 13:30:56 knielsen@mysql.com +1 -0
Change 5.1.6 from alpha to beta release
configure.in
1.334 06/02/01 13:30:37 knielsen@mysql.com +1 -1
Change 5.1.6 from alpha to beta release
ChangeSet
1.2117.1.6 06/02/01 13:16:36 tomas@poseidon.ndb.mysql.com +1 -0
added check if replication already setup by autodiscover
sql/ha_ndbcluster_binlog.cc
1.9 06/02/01 13:16:29 tomas@poseidon.ndb.mysql.com +6 -0
added check if replication already setup by autodiscover
ChangeSet
1.2117.1.5 06/02/01 13:04:47 tomas@poseidon.ndb.mysql.com +3 -0
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into poseidon.ndb.mysql.com:/home/tomas/mysql51
sql/sql_show.cc
1.293.1.4 06/02/01 13:04:40 tomas@poseidon.ndb.mysql.com +0 -0
Auto merged
sql/ha_ndbcluster.h
1.116 06/02/01 13:04:39 tomas@poseidon.ndb.mysql.com +0 -0
Auto merged
sql/ha_ndbcluster.cc
1.251.1.2 06/02/01 13:04:39 tomas@poseidon.ndb.mysql.com +0 -0
Auto merged
ChangeSet
1.2117.3.4 06/02/01 12:30:36 tomas@poseidon.ndb.mysql.com +2 -0
another attempt to make testcase predictable :)
mysql-test/t/ndb_binlog_ddl_multi.test
1.4 06/02/01 12:30:30 tomas@poseidon.ndb.mysql.com +0 -1
another attempt to make testcase predictable :)
mysql-test/r/ndb_binlog_ddl_multi.result
1.4 06/02/01 12:30:30 tomas@poseidon.ndb.mysql.com +0 -7
another attempt to make testcase predictable :)
ChangeSet
1.2117.3.3 06/02/01 12:12:48 tomas@poseidon.ndb.mysql.com +1 -0
Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
corrected test case
mysql-test/r/ndb_dd_disk2memory.result
1.3 06/02/01 12:12:40 tomas@poseidon.ndb.mysql.com +2 -2
Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
corrected test case
ChangeSet
1.2117.3.2 06/02/01 12:01:52 tomas@poseidon.ndb.mysql.com +1 -0
Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
correction
sql/ha_ndbcluster.cc
1.251.2.2 06/02/01 12:01:44 tomas@poseidon.ndb.mysql.com +1 -2
Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
correction
ChangeSet
1.2117.3.1 06/02/01 11:56:20 tomas@poseidon.ndb.mysql.com +9 -0
MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
storage/ndb/tools/restore/consumer_restore.cpp
1.26 06/02/01 11:56:13 tomas@poseidon.ndb.mysql.com +3 -3
MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
storage/ndb/src/ndbapi/NdbDictionary.cpp
1.48 06/02/01 11:56:13 tomas@poseidon.ndb.mysql.com +18 -3
MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
storage/ndb/include/ndbapi/NdbDictionary.hpp
1.65 06/02/01 11:56:13 tomas@poseidon.ndb.mysql.com +2 -1
MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -