Skip to content
Snippets Groups Projects
Select Git revision
  • Topic/1165-fasterQuery
  • master default protected
  • gitkeep
  • dev protected
  • Issue/2353-dropShapeFix
  • Issue/2583-treeBug
  • Hotfix/2562-organizations
  • Issue/2464-invalidateMeta
  • Issue/2484-filterExtracted
  • Issue/2309-docs
  • Issue/2462-removeTraces
  • Hotfix/2459-EncodingPath
  • Hotfix/2452-linkedDeletion
  • Issue/2328-noFailOnLog
  • Issue/1792-newMetadataStructure
  • v2.5.2-Hotfix2365
  • Hotfix/2365-targetClassWorks
  • Issue/2269-niceKpiParser
  • Issue/2295-singleOrganizationFix
  • Issue/1953-owlImports
  • Hotfix/2087-efNet6
  • v2.9.0
  • v2.8.2
  • v2.8.1
  • v2.8.0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.2
  • v2.6.1
  • v2.6.0
  • v2.5.3
  • v2.5.2
  • v2.5.1
  • v2.5.0
  • v2.4.1
  • v2.4.0
  • v2.3.0
  • v2.2.0
  • v2.1.0
  • v2.0.0
41 results

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    unknown authored
        this file needs to be deleted
    sql/log_event.cc
        fixed warnings
    sql/log_event.h
        fixed () #define bug
    sql/mysqlbinlog.cc
        fixed length argument - was supposed to be one less
    sql/mysqld.cc
        replicate-do/ignore-table now works, wild does not yet
    sql/mysql_priv.h
        updating argument to add_table_to_list() -- needed for replicate-do/ignore table
    sql/slave.cc
        changes fore replicate-do/ignore-table
        close the socket before going to sleep sleeping after error
        bad event was being freed too early
    sql/slave.h
        changes for replicate-do/ignore-table
    sql/sql_class.cc
        slave_thread variable to THD
    sql/sql_class.h
        added slave_thread to THD, fixed bug in end_time()
    sql/sql_parse.cc
        updating argument to add_tables_to_list()
    sql/sql_table.cc
        fixed bug in mysql_rm_table()
    sql/sql_yacc.yy
        fixed up add_table_to_list() calls to accept updating argument
    sql/table.h
        added updating to TABLE_LIST
    
    
    repl-tests/test-repl-ts/repl-timestamp.master.reject:
      this file needs to be deleted
    sql/log_event.cc:
      fixed warnings
    sql/log_event.h:
      fixed () #define bug
    sql/mysql_priv.h:
      updating argument to add_table_to_list() -- needed for replicate-do/ignore table
    sql/mysqlbinlog.cc:
      fixed length argument - was supposed to be one less
    sql/mysqld.cc:
      replicate-do/ignore-table now works, wild does not yet
    sql/slave.cc:
      changes fore replicate-do/ignore-table
      close the socket before going to sleep sleeping after error
      bad event was being freed too early
    sql/slave.h:
      changes for replicate-do/ignore-table
    sql/sql_class.cc:
      slave_thread variable to THD
    sql/sql_class.h:
      added slave_thread to THD, fixed bug in end_time()
    sql/sql_parse.cc:
      updating argument to add_tables_to_list()
    sql/sql_table.cc:
      fixed bug in mysql_rm_table()
    sql/sql_yacc.yy:
      fixed up add_table_to_list() calls to accept updating argument
    sql/table.h:
      added updating to TABLE_LIST
    9ae57b8c
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..