Skip to content
Snippets Groups Projects
Select Git revision
  • 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
40 results

errors.c

  • Venkatesh Duggirala's avatar
    8b2efea8
    BUG#11753923-SQL THREAD CRASHES ON DISK FULL · 8b2efea8
    Venkatesh Duggirala authored
    Fixing post push issue
    Simulator name used needs to be changed to make it
    work properly.
    
    Analysis: 
    Debug control list addition (ListAddDel function
    dbug.c file) code was written in such a way that
    if new element is subset of already existing element,
    then the new element is not added.
    i.e., set @@global.debug = '+d,abcd', is existing in
    the list then you cannot add "a" or "ab" or "abc"
    in the list.
    8b2efea8
    History
    BUG#11753923-SQL THREAD CRASHES ON DISK FULL
    Venkatesh Duggirala authored
    Fixing post push issue
    Simulator name used needs to be changed to make it
    work properly.
    
    Analysis: 
    Debug control list addition (ListAddDel function
    dbug.c file) code was written in such a way that
    if new element is subset of already existing element,
    then the new element is not added.
    i.e., set @@global.debug = '+d,abcd', is existing in
    the list then you cannot add "a" or "ab" or "abc"
    in the list.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.