[
https://issues.apache.org/jira/browse/HIVE-17614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-17614:
----------------------------------
Affects Version/s: 4.0.0-beta-1
> Notification_sequence initialization using SQL statement which is compatible
> with Mysql 5.1
> -------------------------------------------------------------------------------------------
>
> Key: HIVE-17614
> URL: https://issues.apache.org/jira/browse/HIVE-17614
> Project: Hive
> Issue Type: Improvement
> Components: HiveServer2
> Affects Versions: 3.0.0, 4.0.0-beta-1
> Reporter: Anishek Agarwal
> Assignee: Anishek Agarwal
> Priority: Major
> Fix For: 3.0.0
>
> Attachments: HIVE-17614.0.patch
>
>
> Since a lot of people are still using hive with 5.1 mysql as the rdbms for
> metastore, it will be helpful to have the initialization statement introduced
> as part of HIVE-16886 for mysql to be friendlier to these older versions.
> INSERT INTO `NOTIFICATION_SEQUENCE` (`NNI_ID`, `NEXT_EVENT_ID`) SELECT * from
> (select 1 as `NNI_ID`, 1 as `NOTIFICATION_SEQUENCE`) a WHERE (select
> count(*) from `NOTIFICATION_SEQUENCE`) = 0;
--
This message was sent by Atlassian Jira
(v8.20.10#820010)