1. 03 11月, 2022 1 次提交
    • 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
  2. 02 11月, 2022 1 次提交
  3. 01 11月, 2022 1 次提交
  4. 30 10月, 2022 1 次提交
  5. 20 10月, 2022 2 次提交
  6. 13 10月, 2022 1 次提交
  7. 09 10月, 2022 1 次提交
  8. 15 9月, 2022 1 次提交
  9. 14 9月, 2022 1 次提交
  10. 08 9月, 2022 2 次提交
  11. 26 8月, 2022 1 次提交
  12. 15 8月, 2022 1 次提交
  13. 11 8月, 2022 1 次提交
  14. 03 8月, 2022 1 次提交
  15. 24 7月, 2022 1 次提交
  16. 21 7月, 2022 1 次提交
  17. 19 7月, 2022 1 次提交
  18. 07 7月, 2022 1 次提交
  19. 01 7月, 2022 1 次提交
  20. 28 6月, 2022 1 次提交
  21. 16 6月, 2022 1 次提交
  22. 10 6月, 2022 1 次提交