1. 23 Jan, 2007 1 commit
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug #6172: RAND(a) should only accept constant values as arguments · 450e9b6b
      gkodinov/kgeorge@macbook.gmz authored
       RAND() must accept scalar expressions regardless of their kind.
       That includes both constant expressions and expressions that 
       depend on column values.
       When the expression is constant the random seed can be initialized
       at compile time.
       However when the expression is not constant the random seed must be
       initialized at each invocation (while it still can be allocated at
       compile time).
       Implemented the above rules by extending Item_func_rand::val_real()
       to initialize the random seed at the correct place.
      450e9b6b
  2. 15 Jan, 2007 1 commit
  3. 14 Jan, 2007 1 commit
  4. 12 Jan, 2007 7 commits
  5. 11 Jan, 2007 12 commits
  6. 10 Jan, 2007 17 commits
  7. 09 Jan, 2007 1 commit