See <http://hudson.drizzle.org/job/drizzle-build-all-warnings/1199/changes>

Changes:

[Lee Bieber] Merge Andrew - fix bug 697726: crash in 
drizzled::JoinTable::readCachedRecord

[Brian Aker] Added native functions into the function table.

[Lee Bieber] Merge Andrew - Fix bug 628398: Crash / segfault in copy_fields 
(join=0x284f868, end_of_records=false) at drizzled/sql_select.cc:6228
Merge Andrew - Fix bug #697697: crash in 
drizzled::optimizer::ExplainPlan::printPlan

[Lee Bieber] Merge Andrew - fix bug 696188: error handling for drizzle client 
stdin replacement problems

[Brian Aker] Merge in Andrew

[Lee Bieber] Merge Evan - fix bug 682773 libdrizzle performance: in 
non-blocking mode don't attempt to read after write
Merge Stewart - add in more tests from the suites directory

[Lee Bieber] Merge Brian - Rename of the Loooongggggg   error type over to 
simply drizzled::error_t
Merge Brian - Cleanup of error messages.

[Lee Bieber] Merge Joe - fix bug 696397: innodb storing bin log offset in trx 
sys header
Merge Monty - provide general abort exception to work along side 
BOOST_THROW_EXCEPTION

[patrick crews] Updated translations

[Brian Aker] Fix additional member of trans services to handle identifier.

[Brian Aker] Second patch from david which has the transaction services using 
identifier.

[Brian Aker] Merge in David.

[Brian Aker] Refactor drop schema so that it can be used for removing tables 
under
catalogs.

[Brian Aker] Merge in Monty

[Brian Aker] MErge in Andrew's patch for a mysql bug

[Brian Aker] Roll up of code around timer issues.

[Brian Aker] Merge in Lee's bug fix

[Brian Aker] Partial update to the time code.

[Brian Aker] See if the boost atomic counter will work.

[Lee Bieber] Merge Andrew - fix bug 632755: Crash / assertion failed in 
drizzled::Session::free_cached_table (this=0x7f83a42c63f0) at 
drizzled/sql_base.cc:513
Merge Lee - update tests to run with --repeat=2
Merge Shrews - 695755: filtered_replicator test hangs after first run when run 
with --repeat=2

[Brian Aker] Rollup of assert(), etc.

[Lee Bieber] Merge Andrew - fix bug 683620: Unhandled exception from 
boost::thread::start_thread
Merge Stewart - fix bug 695203: test-run --gdb no longer sets breakpoint
Merge Lee - some minor copyright updates

[Lee Bieber] in POTFILES.in change plugin/innobase/srv/srv0start.c to 
plugin/innobase/srv/srv0start.cc

[Lee Bieber] Merge Monty, move innobase from C to C++

[Brian Aker] Merge in boolean.

[Brian Aker] Merge in additional encapsulation of Decimal

[Lee Bieber] Merge Monty - Adds an option for native-aio and turns it on by 
default if it exists.
Merge Kent - Updated the Data Types documentation on columntypes.rst.

[Brian Aker] Fix bad include.

[Brian Aker] Update for linted.

[Brian Aker] MErge in the include changes.

[Brian Aker] Merge in modification for naming around types.

[Brian Aker] Merge in BOOLEAN

[Brian Aker] Merge in Monty's rename patch.

[Brian Aker] Merge in CAST.

[Lee Bieber] Merge Brian - Update to tests, we just want to look at our own 
tables, not global.
Merge Brian - Final bits of encapsulation work

[Lee Bieber] Merge Shrews - fix bug  674471: DROP SCHEMA/TABLE IF EXISTS being 
logged even if the object didn't exis

[Lee Bieber] Merge Brian - session list cleanup

[Lee Bieber] Merge Monty - fix bug 687582: libdrizzle: performance: don't 
memset(0) drizzle_column_st
Merge Monty - clean up valgrind suppressions

[Lee Bieber] Merge Stewart - update storage engine api for testing
Merge Andrew - Docs for the drizzleadmin tool and the new protocol options

[Lee Bieber] Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 
from MySQL 5.5.8
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an 
error in the build

[Brian Aker] Update for protocol tweak/unittest update.

[Brian Aker] This takes time and turns it into a fuzzy type so that we can do
conversions. We ignore the other parts of it or other operations.

EXTRACT should be fixed so that this is not required.

[Brian Aker] Merge in change to allow for SQL Server style patterns.

[Brian Aker] Rollup of build.

[patrick crews] Updated translations

[Brian Aker] A rather large and tasty cleanup of issues around ints, and one 
additional
fix for alter table.

[Brian Aker] Merge in doc updates.

[Lee Bieber] Merge Monty - Updates to pandora-build to support features of gcc 
4.5.

[Brian Aker] Merge in Andrew

[Brian Aker] Merge Dave.

[Brian Aker] Merge Andrew

[Brian Aker] Merge in Lee's copyright header fix

[Brian Aker] Merge of user identifier work

[Brian Aker] Formatting + remove default from switch/case.

[Brian Aker] Refactor naming for integers.

[Brian Aker] Merge of Andrew

[Brian Aker] Merge in change to default byte order.

[Brian Aker] Merge in Andrew's fix

[Brian Aker] Rollup for field encapsulation, monty fix for bzrignore, and 
Andrew bug
fixes.

[Brian Aker] I've mentioned this to Paul. Once we have the bits in for session 
around
thread he will go in and fix what he needs to fix.

[Brian Aker] Merge in identifier work.

[Brian Aker] Rollup of error work done by Monty.

[Brian Aker] Merge in uuid tree.

[Brian Aker] 1) Rename of tables to meet common naming.
2) moved "crash" to be in a debug plugin.

[Brian Aker] Reverse patch with memory leak.

[Lee Bieber] Merge Andrew - fix bug 628912: Crash / segfault in 
drizzled::Item_func::arguments (this=0x35) at ./drizzled/function/func.h
Merge Andrew - 663919: next query after KILL QUERY will error

[Lee Bieber] Merge Stewart - fix bug 655805 - HailDB Cursor not resetting 
this->cursor to clustered index after secondary index operations
Merge Andrew - fix bug 690083: Wrong results with regular expressions

[Lee Bieber] Merge Andrew - fix bug 686773: TableFunction::Generator::push() 
needs assert
Merge Stewart - ON DUPLICATE KEY UPDATE support for HailDB
Merge Monty - fix bug 688819: drizzle fails to build from source in natty

[Lee Bieber] Merge Evan - Add some extra details to the libdrizzle documentation
Merge Shrews - Fix compiler warning about "comparison between signed and 
unsigned integer expressions
Merge Monty - We were leaving link-warning.h out of the tarball

[Lee Bieber] Remove disabling of drizzleslap test
Merge Shrews - fix bug 683147: Large row affecting statements failing 
mid-transaction may not get undone properly by TransactionServices if part of 
multi-message Transaction

[Lee Bieber] Merge Andrew - First part of admin client blueprint. Add 
max-connections per-protocol

[Brian Aker] Fixed table issue (I was not removing some tables after the test 
was done).

[Lee Bieber] Merge Stewart - Use ib_logger to have HailDB messages go to 
Drizzle loggers

[Lee Bieber] Merge Joe - fix bug 685709: trans id assignment for schema 
commands should be in interface not engine

[Lee Bieber] Merge Brian - Allow EXECUTE() to work with SELECT as well as stand 
alone.

[Brian Aker] Merge in Stewart's changes, 1.3 changes.

[Brian Aker] Merge in 686197.

------------------------------------------
[...truncated 733130 lines...]
innobase.innodb_bug53592                                     [ pass ]      80
innobase.innodb_bug53674                                     [ pass ]      19
innobase.innodb_bug53756                                     [ skipped ]   Test 
need debug binaries
innobase.innodb_bug54044                                     [ pass ]       2
innobase.innodb_bug54453                                     [ pass ]       9
innobase.innodb_bug55580                                     [ pass ]      15
innobase.innodb_bug56143                                     [ pass ]    2084
innobase.innodb_bug56716                                     [ pass ]       4
innobase.innodb_bug57255                                     [ pass ]     144
innobase.innodb_cmp                                          [ pass ]       1
innobase.innodb_cmp_reset                                    [ pass ]       1
innobase.innodb_cmpmem                                       [ pass ]      45
innobase.innodb_cmpmem_reset                                 [ pass ]       1
innobase.innodb_lock_waits                                   [ pass ]       8
innobase.innodb_locks                                        [ pass ]       2
innobase.innodb_mysql                                        [ pass ]    9304
innobase.innodb_notembedded                                  [ pass ]      11
innobase.innodb_status                                       [ pass ]       1
innobase.innodb_trx                                          [ pass ]     147
innobase.innodb_trx_weight                                   [ pass ]     203
innobase.join_outer_innodb                                   [ pass ]      43
innobase.loaddata_autocom_innodb                             [ pass ]      19
innobase.parser_bug21114_innodb                              [ pass ]    2589
innobase.rowid_order_innodb                                  [ pass ]      84
innobase.slap                                                [ pass ]     805
innobase.subselect_innodb                                    [ pass ]     169
innobase.table_name_dictionary                               [ pass ]      16
innobase.unsafe_binlog_innodb                                [ pass ]    6068
information_schema_dictionary.key_column_usage               [ pass ]     481
information_schema_dictionary.referential_constraints        [ pass ]     123
information_schema_dictionary.schemata                       [ pass ]      62
information_schema_dictionary.show_create_table              [ pass ]      35
information_schema_dictionary.slap                           [ pass ]    2741
information_schema_dictionary.table_constraints              [ pass ]    1528
information_schema_dictionary.tables                         [ pass ]      87
hello_world.hello_world                                      [ pass ]      21
hello_events.dml                                             [ pass ]      55
hello_events.loaded                                          [ pass ]      14
hello_events.schema                                          [ pass ]      25
hello_events.session                                         [ pass ]      34
hello_events.table                                           [ pass ]      47
haildb.alias                                                 [ pass ]     165
haildb.alter_column_drop_default                             [ pass ]      86
haildb.alter_database                                        [ pass ]      39
haildb.alter_table                                           [ pass ]    1997
haildb.alter_table_basic                                     [ pass ]      81
haildb.alter_table_drop_temp                                 [ pass ]      11
haildb.auto_increment                                        [ pass ]     317
haildb.auto_increment_neg_gaps                               [ pass ]      21
haildb.basic_auto_increment                                  [ pass ]       5
haildb.basic_create_nullable                                 [ pass ]      30
haildb.basic_create_select                                   [ pass ]      20
haildb.basic_create_table                                    [ pass ]       9
haildb.basic_create_with_index                               [ pass ]      30
haildb.basic_delete_all_rows                                 [ pass ]       5
haildb.basic_delete_row                                      [ pass ]      27
haildb.basic_drop_table                                      [ pass ]      23
haildb.basic_index_lookup                                    [ pass ]      23
haildb.basic_innodb_table_proto_table                        [ pass ]      13
haildb.basic_innodb_truncate_table                           [ pass ]       6
haildb.basic_insert                                          [ pass ]      16
haildb.basic_insert_multi_column                             [ pass ]       7
haildb.basic_insert_pkey_duplicate                           [ pass ]      52
haildb.basic_nopkey_index_read                               [ pass ]      17
haildb.basic_on_duplicate_key                                [ pass ]       5
haildb.basic_pkey_index_reverse_scan                         [ pass ]       7
haildb.basic_pkey_index_scan                                 [ pass ]      16
haildb.basic_rename_table                                    [ pass ]      23
haildb.basic_savepoint                                       [ pass ]      24
haildb.basic_sec_index_prev                                  [ pass ]      35
haildb.basic_select                                          [ pass ]       4
drizzle-test-run: WARNING: Forcing kill of process 7410
haildb.basic_select_for_update                               [ pass ]    2909
haildb.basic_select_for_update_pk_index                      [ pass ]    1925
haildb.basic_select_multirow                                 [ pass ]      26
haildb.basic_show_tables                                     [ pass ]      26
haildb.basic_statement_rollback                              [ pass ]      30
haildb.basic_transaction                                     [ pass ]      30
haildb.basic_transaction_autocommit                          [ pass ]      28
haildb.basic_transaction_rollback                            [ pass ]       5
haildb.basic_type_decimal                                    [ pass ]      20
haildb.basic_update                                          [ pass ]       9
haildb.basic_with_indexes                                    [ pass ]      11
haildb.bench_count_distinct                                  [ pass ]      41
haildb.bool                                                  [ pass ]      17
haildb.comments                                              [ pass ]       9
haildb.config_adaptive_flushing_default                      [ pass ]      19
haildb.config_adaptive_flushing_off                          [ pass ]       2
haildb.config_adaptive_flushing_on                           [ pass ]       2
haildb.config_adaptive_hash_index_default                    [ pass ]      22
haildb.config_adaptive_hash_index_off                        [ pass ]       9
haildb.config_adaptive_hash_index_on                         [ pass ]      41
haildb.config_additional_mem_pool_size_32m                   [ pass ]       1
haildb.config_addtl_mem_pool_size_default                    [ pass ]       2
haildb.config_autoextend_increment_42                        [ pass ]       2
haildb.config_autoextend_increment_default                   [ pass ]       1
haildb.config_buffer_pool_size_22m                           [ pass ]       2
haildb.config_buffer_pool_size_default                       [ pass ]       1
haildb.config_checksums_disable                              [ pass ]       2
haildb.config_checksums_enable                               [ pass ]       2
haildb.config_doublewrite_disable                            [ pass ]       2
haildb.config_doublewrite_enable                             [ pass ]       2
haildb.config_fast_shutdown0                                 [ pass ]      21
haildb.config_fast_shutdown1                                 [ pass ]      32
haildb.config_file_format                                    [ pass ]      21
haildb.config_file_per_table_disable                         [ pass ]      22
haildb.config_file_per_table_enable                          [ pass ]      86
haildb.config_flush_log_at_trx_commit0                       [ pass ]       2
haildb.config_flush_log_at_trx_commit1                       [ pass ]       2
haildb.config_flush_log_at_trx_commit2                       [ pass ]       2
haildb.config_flush_method                                   [ pass ]      38
haildb.config_flush_method_fsync                             [ pass ]       1
haildb.config_flush_method_odirect                           [ pass ]      17
haildb.config_flush_method_odsync                            [ pass ]       2
haildb.config_force_recovery                                 [ pass ]      31
haildb.config_io_capacity                                    [ pass ]      11
haildb.config_lock_wait_timeout_1                            [ pass ]      42
haildb.config_log_buffer_size_5m                             [ pass ]      12
haildb.config_log_buffer_size_default                        [ pass ]       8
haildb.config_log_group_home_dir                             [ pass ]       7
haildb.config_lru_block_access_recency                       [ pass ]       4
haildb.config_lru_old_blocks_pct                             [ pass ]      15
haildb.config_max_dirty_pages_pct                            [ pass ]      20
haildb.config_max_dirty_pages_pct_50                         [ pass ]       2
haildb.config_max_purge_lag                                  [ pass ]      54
haildb.config_max_purge_lag_42                               [ pass ]      16
haildb.config_open_files_800                                 [ pass ]      62
haildb.config_open_files_default                             [ pass ]       8
haildb.config_print_verbose_log                              [ pass ]       2
haildb.config_print_verbose_log_off                          [ pass ]       2
haildb.config_print_verbose_log_on                           [ pass ]      55
haildb.config_read_io_threads_64                             [ pass ]      32
haildb.config_read_io_threads_default                        [ pass ]       2
haildb.config_rollback_on_timeout                            [ pass ]       8
haildb.config_rollback_on_timeout_off                        [ pass ]      11
haildb.config_rollback_on_timeout_on                         [ pass ]      22
haildb.config_status_file                                    [ pass ]       4
haildb.config_sync_spin_loops                                [ pass ]       1
haildb.config_sync_spin_loops_100                            [ pass ]       2
haildb.config_table_function                                 [ pass ]      45
haildb.config_use_internal_malloc                            [ pass ]      54
haildb.config_use_sys_malloc                                 [ pass ]      31
haildb.config_write_io_threads_64                            [ pass ]       2
haildb.config_write_io_threads_default                       [ pass ]       2
haildb.count_distinct                                        [ pass ]     143
haildb.count_distinct2                                       [ pass ]    1344
haildb.count_distinct3                                       [ pass ]    1123
haildb.cursor_position                                       [ pass ]      27
haildb.datadict_tables                                       [ pass ]      52
haildb.drizzleslap                                           [ pass ]   34251
haildb.haildb_datadict_dump_func                             [ pass ]      19
haildb.index_length_limit                                    [ pass ]      52
haildb.index_multicolumn_unique                              [ pass ]      80
haildb.index_null                                            [ pass ]      24
haildb.index_prefix                                          [ pass ]      73
haildb.index_varchar                                         [ pass ]      18
haildb.insert_null                                           [ pass ]      27
haildb.lock_in_shared_mode                                   [ pass ]    5903
haildb.plugin_load                                           [ pass ]      18
haildb.rename                                                [ pass ]      52
haildb.replace                                               [ pass ]      26
haildb.rnd_pos                                               [ pass ]      41
haildb.row_format                                            [ pass ]      17
drizzle-test-run: WARNING: Forcing kill of process 11559
haildb.row_format_file_per_table                             [ pass ]      77
haildb.secondary_index_scan                                  [ pass ]      28
haildb.status_table_function                                 [ pass ]      21
haildb.truncate                                              [ pass ]      71
haildb.trx_isolation_read_uncommitted                        [ pass ]      28
haildb.trx_isolation_repeatable_read                         [ pass ]       6
haildb.trx_isolation_serializable                            [ pass ]      12
haildb.type_blob                                             [ pass ]     546
haildb.type_blob_basic                                       [ pass ]      57
haildb.type_blob_func                                        [ pass ]      24
haildb.type_date                                             [ pass ]     185
haildb.type_datetime                                         [ pass ]     252
haildb.type_decimal                                          [ pass ]     481
haildb.type_enum                                             [ pass ]     510
haildb.type_float                                            [ pass ]     159
haildb.type_timestamp                                        [ pass ]     290
drizzle-test-run: WARNING: Forcing kill of process 15278
function_dictionary.functions                                [ pass ]      37
filtered_replicator.filtered_replicator                      [ pass ]     553
filesystem_engine.basic_create_table                         [ pass ]      25
filesystem_engine.basic_delete                               [ pass ]      98
filesystem_engine.basic_insert                               [ pass ]      12
filesystem_engine.basic_select                               [ pass ]       3
filesystem_engine.basic_update                               [ pass ]      21
filesystem_engine.multiple_update                            [ pass ]    2024
filesystem_engine.rnd_pos                                    [ pass ]      37
filesystem_engine.select_big_file                            [ pass ]      36
filesystem_engine.select_chop_line                           [ pass ]       8
filesystem_engine.select_cpuinfo                             [ pass ]      12
filesystem_engine.select_meminfo                             [ pass ]       5
filesystem_engine.select_separator_mode_weak                 [ pass ]       3
filesystem_engine.select_short_line                          [ pass ]       3
filesystem_engine.select_skip_blank_line                     [ pass ]       3
filesystem_engine.select_with_escaped_character              [ pass ]       9
filesystem_engine.select_with_omit_field                     [ pass ]      23
filesystem_engine.select_with_separators                     [ pass ]       3
error_dictionary.main                                        [ pass ]      51
errmsg_stderr.stderr                                         [ pass ]      22
debug.assert                                                 [ pass ]       7
csv.alter_table                                              [ pass ]      67
csv.basic                                                    [ pass ]     410
csv.bool_type                                                [ pass ]      54
csv.not_null                                                 [ pass ]      24
csv.uuid_type                                                [ pass ]      24
crc32.crc32                                                  [ pass ]      59
collation_dictionary.data_dictionary                         [ pass ]      25
collation_dictionary.slap                                    [ pass ]     213
blitzdb.alter                                                [ pass ]      37
blitzdb.basic                                                [ pass ]     532
blitzdb.bug621755-renametable-not-updating                   [ pass ]      78
blitzdb.decimal                                              [ pass ]     359
blitzdb.index                                                [ pass ]    1132
blitzdb.indexes                                              [ pass ]      25
blitzdb.join                                                 [ pass ]      83
blitzdb.range                                                [ pass ]      87
blackhole.blackhole                                          [ pass ]      50
blackhole.create_max_fields                                  [ pass ]     803
auth_test.basic                                              [ pass ]      30
auth_file.basic                                              [ pass ]      79
archive.aio_posix                                            [ pass ]     555
archive.basic                                                [ pass ]      18
archive.bool_type                                            [ pass ]      39
archive.discover                                             [ pass ]      13
archive.engine                                               [ pass ]     519
archive.uuid_type                                            [ pass ]      44
--------------------------------------------------------------------------------
Stopping All Servers
Failed 1/674 tests, 99.85% were successful.

The log files in var/log may give you some hint
of what went wrong.
If you want to report this error, go to:
        http://bugs.launchpad.net/drizzle
The servers were restarted 141 times
Spent 434.377 of 1061 seconds executing testcases

drizzle-test-run in default mode: *** Failing the test(s): 
utility_functions.execute_wait
drizzle-test-run: *** ERROR: there were failing test cases
make[3]: *** [test-drizzle] Error 1
make[3]: Leaving directory 
`<http://hudson.drizzle.org/job/drizzle-build-all-warnings/ws/'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory 
`<http://hudson.drizzle.org/job/drizzle-build-all-warnings/ws/'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory 
`<http://hudson.drizzle.org/job/drizzle-build-all-warnings/ws/'>
make: *** [check] Error 2


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help   : https://help.launchpad.net/ListHelp

Reply via email to