[Home]

Summary:ASTERISK-17501: [patch] PATCH: Fixes to MySQL sql files
Reporter:dovid (dovid)Labels:
Date Opened:2011-03-03 04:17:20.000-0600Date Closed:2011-05-05 18:13:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_realtime
Versions:1.8.3 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) meetme.patch
( 1) sipfriends.patch
Description:Hi,

Both meetme.sql sipfriends.sql have syntax errors (they have a "," in the wrong place). Also for sipfriends.sql TYPE=MyISAM has been changed to ENGINE=MYISAM. In the latest versions of MySQL (5.5.9) this wont even work.

I do not know how to put both patches in to one so I uploading both files (my first patch so please go easy).
Comments:By: Digium Subversion (svnbot) 2011-05-05 18:12:36

Repository: asterisk
Revision: 317484

U   branches/1.8/contrib/realtime/mysql/meetme.sql
U   branches/1.8/contrib/realtime/mysql/sipfriends.sql

------------------------------------------------------------------------
r317484 | russell | 2011-05-05 18:12:36 -0500 (Thu, 05 May 2011) | 8 lines

Fix some errors in sample MySQL realtime schema files.

(closes issue ASTERISK-17501)
Reported by: Dovid
Patches:
     sipfriends.patch uploaded by Dovid (license 652)
     meetme.patch uploaded by Dovid (license 652)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=317484

By: Digium Subversion (svnbot) 2011-05-05 18:13:05

Repository: asterisk
Revision: 317485

_U  trunk/
U   trunk/contrib/realtime/mysql/meetme.sql
U   trunk/contrib/realtime/mysql/sipfriends.sql

------------------------------------------------------------------------
r317485 | russell | 2011-05-05 18:13:05 -0500 (Thu, 05 May 2011) | 15 lines

Merged revisions 317484 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r317484 | russell | 2011-05-05 18:12:35 -0500 (Thu, 05 May 2011) | 8 lines
 
 Fix some errors in sample MySQL realtime schema files.
 
 (closes issue ASTERISK-17501)
 Reported by: Dovid
 Patches:
       sipfriends.patch uploaded by Dovid (license 652)
       meetme.patch uploaded by Dovid (license 652)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=317485