Increase bit length of SQL TOKEN keys
This commit is contained in:
parent
8cdae77483
commit
f150e5b587
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ func (p *parser) parseCond() (exp Expr, err error) {
|
||||||
|
|
||||||
func (p *parser) parseRand() (exp []byte, err error) {
|
func (p *parser) parseRand() (exp []byte, err error) {
|
||||||
|
|
||||||
exp = rand.New(64)
|
exp = rand.New(128)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue