- 25 Nov, 2005 2 commits
- 24 Nov, 2005 4 commits
-
-
unknown authored
into moonbone.local:/work/14482-bug-4.1-mysql
-
unknown authored
crash resolve_const_item() substitutes item which will evaluate to constant with equvalent constant item, basing on the item's result type. In this case subselect was resolved as constant, and resolve_const_item() was substituting it's result's Item_caches to Item_null. Later Item_cache's function was called for Item_null object, which caused server crash. resolve_const_item() now substitutes constants for items with result_type == ROW_RESULT only for Item_rows. sql/item.cc: Fix bug #14482 Wrongly applied optimization in resolve_const_item() caused crash resolve_const_item() now applies optimization for items with result_type == ROW_RESULT only to Item_rows. mysql-test/t/select.test: Test case for bug #14482 Wrongly applied optimization in resolve_const_item() caused crash mysql-test/r/select.result: Test case for bug #14482 Wrongly applied optimization in resolve_const_item() caused crash
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1 sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
-
- 23 Nov, 2005 1 commit
-
-
unknown authored
into mysql.com:/M41/mysql-4.1
-
- 22 Nov, 2005 1 commit
-
-
unknown authored
Fix a possible problem on RPM un-install. bug#15145 support-files/mysql.spec.sh: Extend the file existence check for "init.d/mysql" on un-install to also guard the call to "insserv"/"chkconfig". bug#15145, br#5369 / 5586, csc#7129
-
- 21 Nov, 2005 5 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
unknown authored
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1 sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
- Backport from 5.0 include/my_base.h: Rename HA_CREATE_FROM_ENGINE to HA_OPTION_CREATE_FROM_ENGINE, ie. it's a bit in the table_options variable mysql-test/r/ndb_basic.result: Add test result mysql-test/t/ndb_basic.test: Add test case for bug14514 sql/ha_ndbcluster.cc: Use new bitmask for table_options to detect if create from engine sql/handler.cc: Use new bit for create from engine
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
- 19 Nov, 2005 2 commits
- 18 Nov, 2005 2 commits
- 17 Nov, 2005 7 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean configure.in: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into production.mysql.com:/usersnfs/istruewing/autopush/mysql-4.1
-
unknown authored
-
unknown authored
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1-bug7947
-
unknown authored
-
- 16 Nov, 2005 5 commits
-
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
into mysql.com:/export/space/pekka/ndb/version/my41-r1.2456.1.1
-
unknown authored
mysql-test/r/ndb_charset.result: bug#14007 test [re-commit] mysql-test/t/ndb_charset.test: bug#14007 test [re-commit] ndb/include/kernel/AttributeDescriptor.hpp: bug#14007 4.1 need getSizeInBytes [re-commit] ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: bug#14007 4.1 *** do not AUTOmerge to 5.0 *** [re-commit]
-
unknown authored
Add display of minimum requirements for various cluster parameters e.g. DataMemory, IndexMemory, MaxNoOfTables, MaxNoOfAttributes etc and the memory usage because of them. ndb/tools/ndb_size.pl: Computer minimum parameter settings (MaxNoOfTables, Attributes, Indexes, Triggers) and the memory usage because of these settings. ndb/tools/ndb_size.tmpl: display parameters
-
unknown authored
fix some small bugs, slightly improve output, add --help ndb/tools/ndb_size.pl: Provide --help and --usage. Fix some bugs related to quoting table names. ndb/tools/ndb_size.tmpl: A NAME and A HREF to tables from the main list
-
- 15 Nov, 2005 7 commits
-
-
unknown authored
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1-bug7947
-
unknown authored
BitKeeper/deleted/.del-rpl_bug7947.result~1b40af7545a6c692: Delete: mysql-test/r/rpl_bug7947.result BitKeeper/deleted/.del-rpl_bug7947.test~20613cfdc560a16c: Delete: mysql-test/t/rpl_bug7947.test
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100 mysql-test/r/handler.result: Auto merged sql/mysql_priv.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_class.cc: Auto merged mysql-test/t/handler.test: Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash Manual merge. sql/sql_handler.cc: Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash Manual merge. sql/sql_table.cc: Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash Manual merge.
-
unknown authored
After merge fix.
-
unknown authored
mysql-test/r/analyze.result: Test suite for BUG#13673 mysql-test/t/analyze.test: Test suite for BUG#13673
-
unknown authored
into mysql.com:/home/mydev/mysql-4.0-4000
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100 mysql-test/r/myisam.result: Bug#14616 - Freshly imported table returns error 124 when using LIMIT Manual merge. mysql-test/t/myisam.test: Bug#14616 - Freshly imported table returns error 124 when using LIMIT Manual merge. sql/sql_select.cc: Bug#14616 - Freshly imported table returns error 124 when using LIMIT Manual merge.
-
- 12 Nov, 2005 1 commit
-
-
unknown authored
myisam/ft_parser.c: word->len calculation correction. mysql-test/r/fulltext.result: Test case for bug#5686. mysql-test/t/fulltext.test: Test case for bug#5686.
-
- 11 Nov, 2005 1 commit
-
-
unknown authored
client/mysql.cc: Update text, URLs in mysql client 'help' text
-
- 10 Nov, 2005 2 commits