1. 04 11月, 2022 1 次提交
  2. 03 11月, 2022 2 次提交
    • L
      feat(tianmu): support 'ALTER TABLE t1 CHARACTER SET = ...' clause. (#848) · cf1c98c1
      lujiashun 提交于
      [summary]
      1 add implement in check_if_supported_inplace_alter of tianmu handler;
      2 add implement in inplace_alter_table of tianmu handler;
      3 add implement in commit_inplace_alter_table of tianmu handler;
      cf1c98c1
    • L
      fix(tianmu): fix problems related to master slave synchronization (#819) · ca2d68ff
      lihongjian 提交于
      fix 1:#818 Master slave synchronization - There will be too many tuples problem
      
      Cause:
      Tianmu::dbhandler::TianmuHandler::current_position This variable is not initialized. In some cases,
      a large value may cause too many tuples problem.
      Solution: Initialize the variable
      
      fix 2:#819 Master slave synchronization - Primary key conflict problem
      
      Solution: Modify the modification logic of master slave synchronization, so that the delete and update operations do not follow the primary key logic
      
      Supplement
      
      sql/sql_insert.cc
      Fix the problem that the insert statement will not generate binlog in the delayed insert mode
      storage/tianmu/handler/tianmu_handler.cpp
      Fix the binlog error of the line format generated by the tianmu engine
      ca2d68ff
  3. 02 11月, 2022 3 次提交
  4. 01 11月, 2022 7 次提交
  5. 31 10月, 2022 2 次提交
  6. 30 10月, 2022 1 次提交
  7. 28 10月, 2022 2 次提交
  8. 27 10月, 2022 3 次提交
  9. 26 10月, 2022 11 次提交
  10. 25 10月, 2022 6 次提交
  11. 24 10月, 2022 2 次提交