1. 25 Mar, 2004 5 commits
  2. 24 Mar, 2004 7 commits
  3. 23 Mar, 2004 10 commits
  4. 22 Mar, 2004 10 commits
  5. 21 Mar, 2004 4 commits
  6. 20 Mar, 2004 4 commits
    • unknown's avatar
      more sys_var_str fixes · 81836c8e
      unknown authored
      
      mysql-test/r/variables.result:
        more tests
      mysql-test/t/variables.test:
        more tests
      sql/set_var.cc:
        don't crash on NULL
      81836c8e
    • unknown's avatar
      sys_var_str.value is never NULL · 1f08d0b4
      unknown authored
      1f08d0b4
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · b3997547
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      sql/set_var.cc:
        Auto merged
      mysql-test/t/ctype_utf8.test:
        Auto merged
      b3997547
    • unknown's avatar
      select @@smth=@@sys_str_var crash fixed · eb3ded56
      unknown authored
      
      mysql-test/r/variables.result:
        new test
      mysql-test/t/ctype_utf8.test:
        typos fixed
      mysql-test/t/variables.test:
        new test
      sql/mysqld.cc:
        sys_str_var->value must be not NULL
      sql/set_var.cc:
        initialize sys_str_var->value from a constructor
      sql/set_var.h:
        initialize sys_str_var->value from a constructor
      eb3ded56