- 26 May, 2005 23 commits
-
-
unknown authored
-
unknown authored
ndb/src/common/transporter/SCI_Transporter.cpp: Auto merged ndb/src/common/transporter/SCI_Transporter.hpp: Auto merged ndb/src/common/transporter/SHM_Transporter.cpp: Auto merged ndb/src/common/transporter/SHM_Transporter.hpp: Auto merged ndb/src/common/transporter/TCP_Transporter.cpp: Auto merged ndb/src/common/transporter/TCP_Transporter.hpp: Auto merged ndb/src/common/transporter/TransporterRegistry.cpp: Auto merged ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged ndb/src/ndbapi/NdbOperationExec.cpp: Auto merged ndb/test/ndbapi/testNdbApi.cpp: Auto merged
-
unknown authored
add dummy getvalue ndb/src/ndbapi/NdbOperationExec.cpp: Add dummy get value of NDB$FRAGMENT if dirty read wo/ get values ndb/test/ndbapi/testNdbApi.cpp: Test scans as well
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
- Add O_SHARE when opening file. sql/log.cc: Add O_SHARE when opening file. This is from mysql-4.1 but since function has been moved from sql_repl.cc, it was missed during merge.
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-conf-fixes-2 sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_select.cc: Auto merged sql/sql_show.cc: Auto merged sql/structs.h: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/M50/mysql-5.0 sql/item.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
mysql-test/r/select.result: Corrected merge error (two test blocks inserted in wrong order).
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
ndb_restore invalid handling of distribution keys when restoring meta data (also aligned printout with that of ndb_desc) ndb/src/ndbapi/NdbDictionaryImpl.cpp: Don't call it a distribution key if all keys are set as distribution key ndb/tools/Makefile.am: Use same format as desc when printing meta in ndb_restore ndb/tools/restore/Restore.cpp: Use same format as desc when printing meta in ndb_restore
-
unknown authored
Moved detection of wrong decimal fields before decimal field was created to avoid ASSERT() for DECIMAL(1)
-
unknown authored
client/client_priv.h: Correction of merge mishandling.
-
unknown authored
mysql-test/t/select.test: SCCS merged
-
unknown authored
client/mysqldump.c: Auto merged include/my_global.h: Auto merged mysql-test/r/mysqldump.result: Auto merged mysql-test/r/select.result: Auto merged mysql-test/t/mysqldump.test: Auto merged sql/item.cc: Auto merged sql/sql_yacc.yy: Auto merged support-files/mysql.spec.sh: Auto merged client/client_priv.h: Manual merge (still to be corrected!)
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
ndb/src/common/debugger/SignalLoggerManager.cpp: Remove unused arg
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug9879
-
unknown authored
--database option to hugo tools ndb/test/ndbapi/testNdbApi.cpp: Testcase for bug#10669 ndb/test/tools/hugoLoad.cpp: Add --database=<name> to hugo tools ndb/test/tools/hugoPkUpdate.cpp: Add --database=<name> to hugo tools ndb/test/tools/hugoScanRead.cpp: Add --database=<name> to hugo tools ndb/test/tools/hugoScanUpdate.cpp: Add --database=<name> to hugo tools
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
Updated test data in system tables mysql-test/lib/init_db.sql: Updated test data in system tables
-
- 25 May, 2005 17 commits
-
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0 myisammrg/myrg_open.c: Auto merged mysys/my_getwd.c: Auto merged sql/unireg.cc: Auto merged
-
unknown authored
fix from the main 5.0 tree. (Bug #10687) myisammrg/myrg_open.c: Call fn_format() if file has a path. mysys/my_getwd.c: Check for '/' even if it is not FN_LIBCHAR in has_path()
-
unknown authored
sql/item.cc: Move function to make it easier to debug sql/item.h: Move function to make them easier to debug
-
unknown authored
sql/sql_lex.h: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
into mysql.com:/data0/mysqldev/tomas/mysql-5.0-build
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/home/my/mysql-5.0 sql/sql_base.cc: Auto merged sql/sql_insert.cc: Auto merged
-
unknown authored
We will however give a warning when opening such a table that users should use ALTER TABLE ... FORCE to fix the table. In future release we will fix that REPAIR TABLE will be able to handle this case sql/sql_lex.h: Support for ALTER TABLE ... FORCE sql/sql_table.cc: CHECK TABLE now gives a note if table->s->crashed was set sql/sql_yacc.yy: Support for ALTER TABLE ... FORCE sql/table.cc: Fix that we can read tables with the 'older' decimal format used in 5.0.3 & 5.0.4 (Now we store display length in the .frm table while we previously stored precision) sql/table.h: Store in TABLE_SHARE version number of MySQL where table was created (or checked)
-
unknown authored
Added ASSERT() to detect wrongly packed fields sql/field.h: Fixed comments to right format sql/opt_range.cc: Merged code sql/sql_base.cc: Fixed indentation sql/sql_insert.cc: Fixed comments to right format sql/sql_select.cc: Simplify code sql/unireg.cc: Simply code for calculating key_buff_length Added ASSERT() to detect wrongly packed fields
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
Added a missing "make clean" to the RPM "spec" file which had caused the original 4.1.12 RPMs to be broken. (bug#10674, bug#10681) support-files/mysql.spec.sh: Added a missing "make clean" which had caused the original 4.1.12 RPMs to be broken. (bug#10674, bug#10681)
-
unknown authored
Add method to query free send buffer size ndb/include/transporter/TransporterRegistry.hpp: Allow accessing free send buffer size ndb/src/common/transporter/SCI_Transporter.cpp: Allow accessing free send buffer size ndb/src/common/transporter/SCI_Transporter.hpp: Allow accessing free send buffer size ndb/src/common/transporter/SHM_Buffer.hpp: Allow accessing free send buffer size ndb/src/common/transporter/SHM_Transporter.cpp: Allow accessing free send buffer size ndb/src/common/transporter/SHM_Transporter.hpp: Allow accessing free send buffer size ndb/src/common/transporter/SendBuffer.cpp: Allow accessing free send buffer size ndb/src/common/transporter/SendBuffer.hpp: Allow accessing free send buffer size ndb/src/common/transporter/TCP_Transporter.cpp: Allow accessing free send buffer size ndb/src/common/transporter/TCP_Transporter.hpp: Allow accessing free send buffer size ndb/src/common/transporter/Transporter.hpp: Allow accessing free send buffer size ndb/src/common/transporter/TransporterRegistry.cpp: Allow accessing free send buffer size ndb/src/mgmsrv/ConfigInfo.cpp: Increse min values for SHM and TCP transport send buffer size
-
unknown authored
Merge with latest yaSSL, fix compilation error for SSE2 processors. extra/yassl/include/yassl_int.hpp: Merge with latest yaSSL. extra/yassl/src/log.cpp: Merge with latest yaSSL. extra/yassl/src/yassl_int.cpp: Merge with latest yaSSL. extra/yassl/taocrypt/include/integer.hpp: Merge with latest yaSSL. extra/yassl/taocrypt/src/integer.cpp: Fix compilation error for SSE2 processors.
-
unknown authored
ndb/test/run-test/ndb-autotest.sh: ndb autotest 1) merge jonathan changes 2) add --no-report (if dont't want to produce/scp a report) 3) add --no-config (if don't want to create a configuration, i.e there is already one present) 4) add --no-test (for not actually starting test) 5) add checking of conf file
-
unknown authored
innobase_shutdown_for_mysql(): Do very fast shutdown only if srv_fast_shutdown==2, not if srv_fast_shutdown!=0 (Bug #9673) innobase/srv/srv0start.c: innobase_shutdown_for_mysql(): Do very fast shutdown only if srv_fast_shutdown==2, not if srv_fast_shutdown!=0 (Bug #9673)
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-