1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bugfix for WHERE key=@a OR key=@b

Docs/manual.texi:
  Changelog
sql/sql_select.cc:
  Cleanup
This commit is contained in:
unknown
2001-12-27 02:04:27 +02:00
parent 42c224c388
commit aa3bce07ab
6 changed files with 72 additions and 1 deletions

View File

@ -12,3 +12,14 @@ NULL NULL NULL NULL
5 5 1 4
@t5
1.23456
@min_cid:=min(c_id) @max_cid:=max(c_id)
1 4
c_id c_name c_country
1 Bozo USA
4 Mr. Floppy GB
c_id c_name c_country
1 Bozo USA
4 Mr. Floppy GB
c_id c_name c_country
1 Bozo USA
4 Mr. Floppy GB