Skip to content
Snippets Groups Projects
Select Git revision
  • mysql-3.23.58
  • bb-10.6-midenok-MDEV-16417
  • bb-10.4-MDEV-23675
  • 10.5
  • bb-10.2-MDEV-18867
  • bb-10.3-sujatha
  • bb-10.2-sujatha
  • bb-10.5-MDEV-23456
  • bb-10.1-sujatha
  • bb-10.4-anel-MDEV-23626-connect
  • bb-10.5-midenok
  • bb-10.2-MDEV-19264-backup-slave-info
  • bb-10.2-MDEV-23456
  • bb-10.4-anel-MDEV-23589
  • 10.5-mdev21829
  • bb-10.6-midenok-MDEV-17554
  • bb-10.5-mdev23662
  • 10.2
  • bb-10.4-thiru
  • 10.1
  • bb-10.2-midenok
  • mariadb-10.5.5
  • mariadb-10.4.14
  • mariadb-10.3.24
  • mariadb-10.2.33
  • mariadb-10.1.46
  • mariadb-10.5.4
  • mariadb-10.5.3
  • mariadb-10.4.13
  • mariadb-10.3.23
  • mariadb-10.2.32
  • mariadb-10.1.45
  • mariadb-5.5.68
  • mariadb-10.5.2
  • mariadb-10.5.1
  • mariadb-10.4.12
  • mariadb-10.3.22
  • mariadb-10.2.31
  • mariadb-10.1.44
  • mariadb-5.5.67
  • mariadb-10.4.11
41 results

repl-tests

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • 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
    ..