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

add txn log. #1

Merged
merged 1 commit into from
Nov 16, 2017
Merged

add txn log. #1

merged 1 commit into from
Nov 16, 2017

Conversation

disksing
Copy link

No description provided.

@zimulala zimulala merged commit 198fcb9 into zimulala:test-log Nov 16, 2017
@disksing disksing deleted the test-log branch November 16, 2017 09:19
zimulala pushed a commit that referenced this pull request Feb 7, 2018
zz-jason pushed a commit that referenced this pull request Jun 25, 2018
…#6734)

when 'only_full_group_by' is set in sql_mode, raise error for non-aggregated column in query without GROUP BY.

mysql> create table t(a bigint, b bigint, c bigint);                                                                                           Query OK, 0 rows affected (0.02 sec)

mysql> select a, max(b) from t;
ERROR 1140 (42000): In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'dc_test.t.a'; this is incompatible with sql_mode=only_full_group_by
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants