[MDEV-8782] Error 1193 is issued twice Created: 2015-09-09  Updated: 2016-12-26  Resolved: 2016-12-26

Status: Closed
Project: MariaDB Server
Component/s: Admin statements
Affects Version/s: 5.5, 10.0
Fix Version/s: 10.1.8

Type: Bug Priority: Minor
Reporter: Federico Razzoli Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: upstream


 Description   

The following error is issued twice:

MariaDB [archivafea]> SET GLOBAL x = 1;
ERROR 1193 (HY000): Unknown system variable 'x'
MariaDB [archivafea]> SHOW ERRORS;
+-------+------+-----------------------------+
| Level | Code | Message                     |
+-------+------+-----------------------------+
| Error | 1193 | Unknown system variable 'x' |
| Error | 1193 | Unknown system variable 'x' |
+-------+------+-----------------------------+
2 rows in set (0.00 sec)

It also appears twice in the SQL Error Log.



 Comments   
Comment by Elena Stepanova [ 2015-09-10 ]

Hi Federico,

Do you know if it's been reported upstream? Are you planning to do it?

What do you mean by the error appearing in the error log? Could you please paste the extract from the log?

Comment by Elena Stepanova [ 2016-12-26 ]

It has been fixed in 10.1+ (some early release, I'm setting 10.1.8, but it was even earlier apparently). I don't think there is any reason to backport the fix to 5.5/10.0.

Generated at Thu Feb 08 07:29:46 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.