Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty database not initialised correctly #2902

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

Empty database not initialised correctly #2902

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists normal SQL

Comments

@monetdb-team
Copy link

Date: 2011-10-13 15:33:37 +0200
From: @bartscheers
To: SQL devs <>
Version: 11.5.3 (Aug2011-SP1) [obsolete]
CC: @njnes

Duplicates: #2904
Last updated: 2011-10-14 08:56:19 +0200

Comment 16403

Date: 2011-10-13 15:33:37 +0200
From: @bartscheers

User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build Identifier:

After creating an empty database and executing "sys" functions via several mclients at same time, errors occur saying no such unary operator radians(decimal).

Reproducible: Always

Steps to Reproduce:

  1. create start release (empty) database
  2. %> for i in seq 50; do mclient -dtesting -s"SELECT RADIANS(55.81689);" & done;

Actual Results:

Except for one all return ERROR MESSAGES: SELECT: no such unary operator 'radians(decimal)'

Expected Results:

50 times:

+------------------------+
| radians_single_value |
+========================+
| 0.97418850872349771 |
+------------------------+
1 tuple

Maybe related to bugs 2864, 2875 ?

Comment 16413

Date: 2011-10-14 08:56:19 +0200
From: @njnes

fixed

*** This bug has been marked as a duplicate of bug #2904 ***

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists normal SQL
Projects
None yet
Development

No branches or pull requests

1 participant