Re: [Koha] Truncating the nozebra table in koha DB

2011-09-04 Thread Paul
At 02:00 PM 9/3/2011 +1200, Chris Cormack wrote: That script is for the zebraqueue table, truncating the nozebra table is only a good idea if you are using zebra, because you dont need that table with zebra. And like Robin suggested, you should set file per table or innodb cannot reclaim the

Re: [Koha] Error appearing upon scanning/entering Barcodes - PLEASE HELP!!!

2011-09-04 Thread Joel Harbottle
Hi All, If I was to turn on Zebra in Koha¹s System Preferences after having and using the database on ŒNoZebra¹ for so long, would this break the database or Koha in any form? - Also, by doing this, would this fix the problem that I have been having? Kindest Regards, Joel From: Chris Nighswon

Re: [Koha] Truncating the nozebra table in koha DB

2011-09-04 Thread LAURENT Henri-Damien
Le 02/09/2011 21:58, Robin Sheat a écrit : > Op zaterdag 3 september 2011 01:35:42 schreef LAURENT Henri-Damien: >> check that the table is MyISAM and not innodb, unless you want to keep a >> huge innodb file.. > > Alternately, use innodb_file_per_table > > http://dev.mysql.com/doc/refman/5.5

[Koha] seperated values

2011-09-04 Thread Samo Se
Hi this loop give values of all subfields of the field (700) How to get the value of each subfieldindividually | ___ Koha mailing list http://koha-community.org Koha@lists.k

Re: [Koha] Truncating the nozebra table in koha DB

2011-09-04 Thread Chris Cormack
On 5 Sep 2011 02:53, "LAURENT Henri-Damien" wrote: > > Le 02/09/2011 21:58, Robin Sheat a écrit : > > Op zaterdag 3 september 2011 01:35:42 schreef LAURENT Henri-Damien: > >> check that the table is MyISAM and not innodb, unless you want to keep a > >> huge innodb file.. > > > > Alternately, u