Skip to content

Commit

Permalink
[ 2025080 ] Create function error on MySQL < 5.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jul 22, 2008
1 parent cd1b55a commit 9fe9ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/main/resources/dialects/mysql.xml
Expand Up @@ -33,7 +33,7 @@
<value>
<![CDATA[
create function fn_transaction_id()
returns varchar(50)
returns varchar(50) NOT DETERMINISTIC READS SQL DATA
begin
declare comm_name varchar(50);
declare comm_value varchar(50);
Expand Down

0 comments on commit 9fe9ff6

Please sign in to comment.