mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Bug#21114 (Foreign key creation fails to table with name format)
Due to the complexity of this change, everything is documented in WL#3565 This patch is the third iteration, it takes into account the comments received to date.
This commit is contained in:
@@ -34,6 +34,11 @@ select pi(),format(sin(pi()/2),6),format(cos(pi()/2),6),format(abs(tan(pi())),6)
|
||||
explain extended select pi(),format(sin(pi()/2),6),format(cos(pi()/2),6),format(abs(tan(pi())),6),format(cot(1),6),format(asin(1),6),format(acos(0),6),format(atan(1),6);
|
||||
select degrees(pi()),radians(360);
|
||||
|
||||
select format(atan(-2, 2), 6);
|
||||
select format(atan(pi(), 0), 6);
|
||||
select format(atan2(-2, 2), 6);
|
||||
select format(atan2(pi(), 0), 6);
|
||||
|
||||
#
|
||||
# Bug #2338 Trignometric arithmatic problems
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user