An error occurred fetching the project authors.
  1. 24 Oct, 2003 1 commit
  2. 15 Oct, 2003 1 commit
  3. 12 Oct, 2003 1 commit
  4. 04 Sep, 2003 1 commit
    • wax@kishkin.ru's avatar
      BUG · b34c3934
      wax@kishkin.ru authored
      correct bug 1085 (a problem with min/max functions)
      add tests of bugs 833,836,1085
      b34c3934
  5. 29 Aug, 2003 1 commit
  6. 28 Aug, 2003 2 commits
  7. 27 Aug, 2003 2 commits
  8. 23 Aug, 2003 1 commit
  9. 20 Aug, 2003 1 commit
  10. 12 Aug, 2003 1 commit
  11. 05 Aug, 2003 2 commits
  12. 30 Jul, 2003 1 commit
  13. 24 Jul, 2003 1 commit
  14. 22 Jul, 2003 1 commit
  15. 16 Jul, 2003 1 commit
  16. 06 Jul, 2003 1 commit
  17. 05 Jul, 2003 1 commit
    • bell@sanja.is.com.ua's avatar
      reduced using of slow current_thd/current_lex macro · 45e001f4
      bell@sanja.is.com.ua authored
      initialization of item_thd moved to constructor (in any case we need thd in constructor)
      initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757)
      removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
      45e001f4
  18. 02 Jul, 2003 1 commit
    • bell@sanja.is.com.ua's avatar
      (SCRUM) · 28207ede
      bell@sanja.is.com.ua authored
      It looks like samll revolution in SELECT_LEX tree, but it was only natural way to solve problem with name resolution of external fields inside subselect which belongs to global order of union
      also it have following advantages:
       - removed mess with current_select type conversion
         - type checking/converting
         - a lot of virtual methods
       - fake select for union execution allocated only once (it was allocated for every subselect with union executing)
      
      changes:
      fixed bug with outer fields name resolution of subqueries which belong to global ORDER BY clause
      remuved select_lex() function, now thd->lex.current_select always have type SELECT_LEX
      new SELECT_LEX (fake_select_lex) will be allocated in case of UNION for using in UNION processing
      fake_select_lex allocated for union hold global ORDER BY & LIMIT clauses and have linkage equal to GLOBAL_OPTIONS_TYPE 
      new description of SELECT_LEX tree
      
      (SCRUM)
      28207ede
  19. 24 Jun, 2003 1 commit
  20. 04 Jun, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Added SQLSTATE to client/server protocol · 23145cfe
      monty@narttu.mysql.fi authored
      bmove_allign -> bmove_align
      Added OLAP function ROLLUP
      Split mysql_fix_privilege_tables to a script and a .sql data file
      Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
      Added table_alias_charset, for easier --lower-case-table-name handling
      Better SQL_MODE handling (Setting complex options also sets sub options)
      New (faster) assembler string functions for x86
      23145cfe
  21. 03 Jun, 2003 1 commit
    • wax@kishkin.ru's avatar
      BUG · f96200fd
      wax@kishkin.ru authored
      correct bug with empty table
      f96200fd
  22. 31 May, 2003 1 commit
    • wax@kishkin.ru's avatar
      URGENT · a2e9bbf2
      wax@kishkin.ru authored
      SCRUM
      BUG
      correct wrong code in group_concat
      a2e9bbf2
  23. 17 May, 2003 1 commit
  24. 05 May, 2003 1 commit
  25. 02 May, 2003 1 commit
  26. 23 Apr, 2003 1 commit
  27. 22 Apr, 2003 1 commit
  28. 15 Apr, 2003 1 commit
  29. 03 Apr, 2003 3 commits
  30. 02 Apr, 2003 1 commit
    • wax@kishkin.ru's avatar
      SCRUM · 77eb790e
      wax@kishkin.ru authored
      correct sql_alloc, ORDER BY and NULL value in group_concat
      add comments
      move test msg_arg
      add test on NULL
      77eb790e
  31. 17 Mar, 2003 1 commit
  32. 04 Mar, 2003 1 commit
  33. 03 Mar, 2003 1 commit
    • bar@bar.mysql.r18.ru's avatar
      Strings which appear without charset context, · 48cdd978
      bar@bar.mysql.r18.ru authored
      like number-to-string-convertion-result, now 
      takes current database character set, instead of
      thread character set. This makes it easy to be
      SQL99 conformant and 4.0 compatible.
      
      Item->thd_charset() is renamed to Item->default_charset()
      as old name doesn't describe its nature anymore.
      48cdd978
  34. 26 Feb, 2003 2 commits