[Lsb-infrastructure] libXtst import

Denis Silakov silakov at ispras.ru
Tue Apr 29 08:19:59 PDT 2008


Wichmann, Mats D wrote:
> Stew Benedict wrote:
>   
>> Going through this process again, and I'm hitting a MySQL error here
>> that I don't quite get:
>>
>> SLES10-pavilion:~/rpm/BUILD/libXtst$ mysql -h 127.0.0.1 lsb
>> <int_insert.sql
>> ERROR 1064 (42000) at line 1: You have an error in your SQL syntax;
>> check the manual that corresponds to your MySQL server version for
>> the right syntax to use near 'SET @Iid=(SELECT last_insert_id())' at
>> line 2 
>>
>> int_insert.sql:
>>
>> INSERT INTO Interface
>> (Iid,Iname,Itype,Iheader,Ireturn,Icandidatefor,Iunmangled,
>> Ilibrary) VALUES (0, 'XRecordDisableContext', 'Function', 894, 6,
>> '4.0', NULL, '
>> libXtst')
>> SET @Iid=(SELECT last_insert_id());
>>
>> I think I've grabbed the latest import tools builds, and freshened my
>> db as of this morning.
>>
>>
>>     
>
> seems like there's no semicolon at the end of the INSERT,
> is that the problem?

That's right. I've fixed int_to_db.pl in the bazaar.

-- 
Regards,
Denis.



More information about the lsb-infrastructure mailing list