/*This is generated code!*/ /*section: includes*/ #include #include #include #include #include #define NUMTHREADS (30) /*section: globals*/ char host[]="127.0.0.1"; char username[]="root"; char password[]=""; char database[]="test"; int port=3306; pthread_t pthreads[NUMTHREADS]; int threaddone=0; /*section: function declarations*/ void *worker_thread(void *arg); MYSQL *db_connect(MYSQL *dbc); /*section: functions*/ int db_query(MYSQL *dbc,char *sql) { int res=0; MYSQL_RES *r=NULL; MYSQL_ROW w; MYSQL_FIELD *field=NULL; int i=0,moreresult=0; res = mysql_query(dbc,sql); if(res != 0) { printf("query failed '%s' : %d (%s)\n",sql,mysql_errno(dbc),mysql_error(dbc)); return 0; } do { r = mysql_store_result(dbc); if(r) { unsigned int numfields = mysql_num_fields(r); unsigned int numrows=mysql_num_rows(r); while((field = mysql_fetch_field(r))) { //print metadata information about each field } while ((w = mysql_fetch_row(r))) { for(i = 0; i < numfields; i++) { //print each field here } } mysql_free_result(r); } else //no rows returned. was it a select? { if(mysql_field_count(dbc)>0) { printf("No results for '%s'. (%d) - %s\n",sql,mysql_errno(dbc),mysql_error(dbc)); } else //it could have been some insert/update/delete { //this is successful query } } moreresult=mysql_next_result(dbc); } while (0==moreresult); } void *worker_thread(void *arg) { MYSQL *dbc=NULL; int cancelstate=0; pthread_setcancelstate(PTHREAD_CANCEL_DISABLE,&cancelstate); if (!(dbc = mysql_init(NULL))) { printf("mysql_init\n"); dbc=NULL; goto threadexit; } else { if (!mysql_real_connect(dbc,host,username,password,database,port, NULL, CLIENT_FOUND_ROWS|CLIENT_MULTI_STATEMENTS|CLIENT_MULTI_RESULTS)) { printf("mysql_real_connect failed: %s (%d)", mysql_error(dbc),mysql_errno(dbc)); dbc=NULL; } } unsigned int counter=0; while(!threaddone && dbc!=NULL) { db_query(dbc,"create table if not exists bug22819 (id int not null auto_increment primary key,name varchar(200),index(name))engine=innodb"); db_query(dbc,"select @word:=`word` FROM `tmp_word_table` ORDER BY RAND() LIMIT 1"); db_query(dbc,"insert into bug22819 (name) values (@word)"); db_query(dbc,"show innodb status"); db_query(dbc,"select @word:=`word` FROM `tmp_word_table` ORDER BY RAND() LIMIT 1"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"explain select id, name from bug22819 where id=1902646127"); db_query(dbc,"explain select id, name from bug22819 where id=1415044452"); db_query(dbc,"explain select id, name from bug22819 where id=1316759976"); db_query(dbc,"explain select id, name from bug22819 where id=182114464"); db_query(dbc,"explain select id, name from bug22819 where id=1127621994"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"select id from bug22819 where name like @word"); db_query(dbc,"show innodb status"); db_query(dbc,"create temporary table temp1(id int not null auto_increment primary key)engine=innodb"); db_query(dbc,"insert into temp1 values ()"); db_query(dbc,"drop temporary table temp1"); db_query(dbc,"create table if not exists `test1`(id int)engine=innodb"); db_query(dbc,"insert into test1 (select id from bug22819 order by rand() limit 5)"); db_query(dbc,"explain select id, max(id), min(id) from test1 group by id"); db_query(dbc,"explain select id, max(id), min(id) from test1 group by id"); db_query(dbc,"explain select id, max(id), min(id) from test1 group by id"); db_query(dbc,"explain select id, max(id), min(id) from test1 group by id"); db_query(dbc,"explain select id, max(id), min(id) from test1 group by id"); db_query(dbc,"show innodb status"); } threadexit: mysql_close(dbc); mysql_thread_end(); pthread_exit(0); } int main(int argc, const char *argv[]) { MYSQL *dbc=NULL; int i=0,err=0; time_t timestart=0,timenow=0; my_init(); if (!(dbc = mysql_init(NULL))) { printf("mysql_init\n"); dbc=NULL; goto threadexit; } else { if (!mysql_real_connect(dbc,host,username,password,database,port, NULL, CLIENT_FOUND_ROWS|CLIENT_MULTI_STATEMENTS|CLIENT_MULTI_RESULTS)) { printf("mysql_real_connect failed: %s (%d)", mysql_error(dbc),mysql_errno(dbc)); dbc=NULL; goto threadexit; } } printf("running initializations"); db_query(dbc,"DROP TABLE IF EXISTS `tmp_word_table`"); db_query(dbc,"CREATE TABLE `tmp_word_table` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, `word` VARCHAR(255),KEY(`word`))ENGINE=MyISAM"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Tiberius\\'s'),('Philip'),('syndromes'),('precipitation\\'s'),('Benia\\'s'),('palpate'),('discophile'),('antitussive')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Stevenage'),('wheatgerm'),('correctitude'),('pleasings'),('convector\\'s'),('understrapper\\'s'),('phoniness\\'s'),('Humboldt')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('slumberers'),('palpitated'),('retable'),('tessellation\\'s'),('osmious'),('gastrotrich'),('gravamens'),('aligner\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('utilization\\'s'),('endomorphic'),('escapism'),('coenurus\\'s'),('census\\'s'),('Alberich'),('interphase'),('jades')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('watercourse'),('outgunned'),('pointers'),('Buffo\\'s'),('deadpanning'),('hailstorm'),('visitable'),('antimere')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('sweaty'),('Zephaniah\\'s'),('groveller'),('expedients'),('basilar'),('casaba\\'s'),('suffuses'),('doit\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('eyrir'),('officer\\'s'),('tragedies'),('Chapland'),('reconditions'),('sudatory'),('sounder'),('maternity')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('cafeterias'),('insofar'),('wallaby'),('Braswell\\'s'),('indophenol\\'s'),('Aviva\\'s'),('staircase\\'s'),('pansophy\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Plasticine\\'s'),('Swagerty\\'s'),('Romain'),('rechristen'),('Anallese\\'s'),('oversoul\\'s'),('exterminator\\'s'),('gas')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('civilizations'),('Fosque'),('expectancy'),('incognito'),('familiarizes'),('viridescence\\'s'),('misquoted'),('deathwatch\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('salverform'),('telium'),('vaginismus'),('Clifford'),('kino\\'s'),('Azerbaijani\\'s'),('dueler'),('tourney')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('ladanum\\'s'),('Ojibway'),('Kresic\\'s'),('hendiadys'),('circumstantial'),('acclimatization'),('histogenesis'),('Seavir')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Altamira'),('bilaterality'),('aerometers'),('Reiche'),('niveous'),('Phyl\\'s'),('regressor'),('palaver')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('congregant'),('Hildegaard\\'s'),('North\\'s'),('mutative'),('Woodward'),('Ravo\\'s'),('spoonfeeds'),('Jacobo\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('reflects'),('Naima'),('personifying'),('duplicability\\'s'),('stretcher\\'s'),('Magda\\'s'),('annulet\\'s'),('Rosalinda\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('issuing'),('Chaing\\'s'),('anhinga'),('Christianly'),('inefficiently'),('Giulio\\'s'),('pluralization'),('discotheque\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('paradisiacal'),('uxoriousnesses'),('biphenyl\\'s'),('tube'),('stashed'),('impassably'),('picaroon'),('massacred')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Shevat'),('endocrinological'),('exhalant'),('umbilici'),('Agra\\'s'),('association'),('Berthold\\'s'),('Keverne')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Comoros'),('recirculation\\'s'),('oogenetic'),('gobblers'),('Evers\\'s'),('Valdemar'),('microseism\\'s'),('ditransitive')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('theatrical'),('barricade\\'s'),('Robers\\'s'),('Excedrin\\'s'),('Catto'),('contagium'),('chronometry\\'s'),('absinth')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('trachea\\'s'),('superannuation\\'s'),('choreographically'),('schlemiels'),('guerrilla'),('Sianna\\'s'),('rocklike'),('religiosity')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('kneecap\\'s'),('sparklers'),('unpreparedness\\'s'),('apologetics'),('overthrust'),('biocatalyst'),('rectorial\\'s'),('hounder')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('mythicizes'),('Becca\\'s'),('digresser'),('Doy'),('encyclopedias'),('shipmaster\\'s'),('crawliest'),('Carthy')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('reboot'),('apostil\\'s'),('essive'),('Araucanian\\'s'),('strontia\\'s'),('fragmentation\\'s'),('headsmen'),('prolonging')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('swingeing'),('marquise\\'s'),('Iconium'),('fermentability\\'s'),('Alidis'),('readjusts'),('exuberance'),('novitiate')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('proptosis\\'s'),('tempts'),('idiolect'),('Nadler'),('paperhanging'),('Zane\\'s'),('Leonsis'),('lymphocyte\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Teodoro'),('enjoyments'),('disestablishment'),('sooth\\'s'),('gadders'),('Zingale\\'s'),('MacMullin'),('Megaera\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('pref'),('Liston\\'s'),('Verrazzano'),('hydropathies'),('patriarch'),('Pearla'),('supervention'),('self\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Lindeberg'),('approachable'),('Finegan\\'s'),('uncompetitive'),('Brewster\\'s'),('tragus'),('filberts'),('rifleman\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Azerbaijan'),('effacer\\'s'),('crispate'),('serpent\\'s'),('denaries'),('Punch\\'s'),('Jeramie'),('forewarned')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('aegis\\'s'),('dubbing\\'s'),('partnering'),('deadpans'),('Faridabad\\'s'),('Sinology\\'s'),('reimbursable'),('showdown')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Sion'),('cogent'),('herd\\'s'),('leafhopper'),('kumiss\\'s'),('jujube'),('Vachill'),('protectors')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('sacksful'),('brierroot\\'s'),('notifies'),('compassed'),('reselect'),('Bing\\'s'),('grouchily'),('inned')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('eliminated'),('boarding'),('osteoclasis'),('dysphasic'),('postrider\\'s'),('irresistibility'),('illegitimacy'),('creak')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Halvaard\\'s'),('cream'),('preciosity'),('Lambeth'),('thalamencephalon'),('raillery\\'s'),('Janella\\'s'),('overcharges')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('dinitrobenzene\\'s'),('blanked'),('orthodontic'),('repealable'),('Pettiford'),('ratsbane\\'s'),('electroform'),('asceticism')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('reinstructs'),('pestilence'),('Darwin\\'s'),('hyperkinesia\\'s'),('dissimulate'),('chagrined'),('scarification\\'s'),('reflect')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('droller'),('masker\\'s'),('landholding'),('trendsetting'),('Zanze\\'s'),('lectionary'),('sachems'),('cadets')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('weedier'),('rhizome\\'s'),('Miocene'),('cotyledons'),('Merline'),('Collbaith\\'s'),('housebreaker\\'s'),('Lent')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('córdoba'),('forwarder'),('furculum'),('pageantry\\'s'),('therm\\'s'),('unreserve\\'s'),('Bunny\\'s'),('incomprehensive')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Pagas'),('expropriator\\'s'),('Monck'),('Rocky\\'s'),('Beograd'),('enforcements'),('Bunsen\\'s'),('tranship')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('revarnish'),('electromagnets'),('horsewhip\\'s'),('pademelon'),('Loanda\\'s'),('euonymus\\'s'),('incertitude\\'s'),('nativism')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('criminality'),('cellists'),('Texaco\\'s'),('indispositions'),('exactable'),('Gandzha'),('byliners'),('Eph')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('rescans'),('Mayday'),('Docila\\'s'),('overwhelms'),('laced'),('orthopaedists'),('firepower\\'s'),('trellises')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('transcendentalizing'),('extensiveness\\'s'),('hastily'),('epitaph\\'s'),('spinoffs'),('interactivity'),('Futurism'),('Johore')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('congregations'),('altricial'),('paedophilia\\'s'),('wd'),('nymphean'),('shiksas'),('officiousness'),('blindfish')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('tubbiness'),('invalids'),('Liaoyang'),('reignite'),('deviationism\\'s'),('peewee'),('perceptional'),('slantwise')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('diabolic'),('unloader\\'s'),('newspapering'),('shark\\'s'),('Mastic'),('Meilen'),('shamanistic'),('Beguin')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('automobiling'),('traveler\\'s'),('classifying'),('curari'),('Bannon'),('prolix'),('calve'),('nonresistant')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('gussets'),('Loats'),('Federalism'),('Chelmsford'),('accordant'),('adonizing'),('delirium\\'s'),('matelote')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('transfuse'),('exorcism'),('guitar\\'s'),('Daly'),('Antlia'),('consumptions'),('gendarme\\'s'),('Wesley')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('profoundness\\'s'),('authenticator'),('psaltery\\'s'),('Boycey'),('obtuseness'),('Margareta\\'s'),('dinitrobenzene'),('boules')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('contrabandists'),('Kinna'),('wringing'),('scrotums'),('remedially'),('gibbsite'),('Sanferd\\'s'),('parquets')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('empery'),('Gemmell'),('Malda'),('newsier'),('carboys'),('occupants'),('millionaire\\'s'),('Kaile\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('teazle\\'s'),('Utu'),('admirably'),('dickhead'),('sardius\\'s'),('Girish\\'s'),('cataplasm'),('Punke\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('mayhem\\'s'),('sirups'),('Derna'),('innocency\\'s'),('steadying'),('Velma\\'s'),('Kyushu\\'s'),('gastrology')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('blockbusting'),('Ce'),('congests'),('tenders'),('Rann\\'s'),('factitiousnesses'),('Novah'),('amorphism\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('hemispheroid'),('behinds'),('Clements'),('Palmolive'),('pugnacity'),('lumper'),('Pieter\\'s'),('aquaculture')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('parapsychology'),('Abibs'),('Paulina'),('pellucidness'),('toyboys'),('impecuniously'),('conspicuity\\'s'),('Curt\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Babs'),('Adan'),('Athens'),('hibernators'),('Barta'),('Mohorovicic'),('loadstone'),('buddies')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Midgard'),('gateaus'),('heirlooms'),('backbenchers'),('plainsong\\'s'),('prophylaxes'),('diagnostics\\'s'),('grovelled')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('cumulativeness\\'s'),('unkindest'),('brachiosauruses'),('winnable'),('lambdas'),('ommatophore\\'s'),('Joleen\\'s'),('doublespeak')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('afforest'),('vision\\'s'),('mitis\\'s'),('pantographs'),('terce'),('smooths'),('Ledda\\'s'),('situate')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('decedent'),('amputations'),('moire'),('journalistically'),('tetrode'),('Sorcha\\'s'),('Guidotti\\'s'),('dystopia\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('circumscriptions'),('millibar\\'s'),('homogenized'),('ruffed'),('underachieved'),('Rutland'),('Eglantine\\'s'),('Adnopoz')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('fieldworker'),('diff'),('reflexiveness'),('gismo'),('calamaries'),('kyat\\'s'),('stepsister\\'s'),('Libb\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Audy\\'s'),('palaeography\\'s'),('gamosepalous'),('sibilancy'),('likeable'),('Floro'),('biog'),('dipteral')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('smolt\\'s'),('Monck\\'s'),('fame'),('Erik\\'s'),('Corine\\'s'),('Glavin'),('Armond'),('Amelia')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('xenocryst'),('soakage\\'s'),('microcopy\\'s'),('Malva'),('mirror'),('roiliest'),('cornetcy\\'s'),('inflectional')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('collaterality'),('Epaminondas\\'s'),('Shelagh'),('floored'),('exploit\\'s'),('inning'),('tracheotomy\\'s'),('scissored')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Afrikaans\\'s'),('aperture'),('denticulation'),('lepidopterology\\'s'),('sloganeer'),('unfamiliarly'),('unsuspected'),('reapplying')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('collective'),('Torah\\'s'),('Ataliah'),('negativity'),('Stephania'),('Inca\\'s'),('disregarding'),('polkaing')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('circumlocutory'),('Gentilis'),('brigadiers'),('Merriam\\'s'),('Strephon\\'s'),('guaco'),('Mathia\\'s'),('incision\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('ratcheted'),('teleconference'),('rictus'),('Sass'),('Washko\\'s'),('Coreen\\'s'),('engraft'),('Ungava\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('dehydrogenate'),('basks'),('pulsation\\'s'),('iatrochemistry'),('degenerates'),('accolading'),('fireball\\'s'),('chiromancy\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Hook'),('conventioner\\'s'),('brandishers'),('Marni'),('Kirchhoff'),('lactone'),('Algerine'),('sheen')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Delly'),('Munch\\'s'),('psychopaths'),('closing'),('barmiest'),('Courbet'),('methodize'),('hardwoods')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('capper'),('Jesuit\\'s'),('chorussed'),('Henig'),('bagman'),('camphor'),('McLeod'),('blamelessly')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Leoncavallo\\'s'),('Jessen'),('Loredo\\'s'),('headrest\\'s'),('commemorate'),('hotplate\\'s'),('endometria'),('digraph\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('lithely'),('neighborly'),('Cathyleen\\'s'),('majorities'),('débutant\\'s'),('Chartism'),('hyperplanes'),('fussing')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('toasting'),('skulker'),('ricks'),('sordine'),('Kampmeier'),('inspector\\'s'),('Hyperborean'),('fabulousness')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('viciously'),('woodprint'),('ivories'),('redbud\\'s'),('Habsburgs'),('authorizing'),('fetus'),('bargainer')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('primitivity'),('replants'),('sophistics'),('ferula\\'s'),('accumulate'),('Brinkema\\'s'),('drifted'),('saffrons')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('intercalary'),('pinching'),('insane'),('Jaqitsch'),('herrings'),('phrasing\\'s'),('titles'),('enchorial')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('obligation\\'s'),('epiphora'),('trustbuster'),('jerreed\\'s'),('pajama'),('Wisnicki'),('precalculate'),('Hyde\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('saltiness\\'s'),('triplane\\'s'),('Merce\\'s'),('hesitations'),('Secretaries'),('chiromancers'),('pintsized'),('prerevolutionary')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('cordillera\\'s'),('Thoroughbreds'),('psychophysiologist'),('Nestorian\\'s'),('cornfield\\'s'),('coulometer'),('Perice'),('proustite\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('thyratron'),('dimercaprol'),('Bulgarian'),('Avon\\'s'),('Castries'),('decentralize'),('fogbow\\'s'),('inveiglement')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Euboea\\'s'),('Marquez\\'s'),('Weihs\\'s'),('Jessi'),('deliquescent'),('frenetically'),('shanghaied'),('incongruousness')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('offended'),('rally'),('order'),('Adar'),('tachometers'),('agar'),('chinwag'),('Kelwen')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Yahtzee'),('vitrines'),('layaway'),('triphammer\\'s'),('welfarism'),('vigilantist'),('foam\\'s'),('hydnocarpate\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('Fabe\\'s'),('Cosenza'),('kalsomine'),('mopishly'),('downturn'),('twat'),('Aleichem\\'s'),('anticommunism\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('necrophiliac'),('dibble\\'s'),('Fried\\'s'),('leek'),('teasel'),('threat'),('famulus'),('multicolored')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('umpteen'),('Klingon\\'s'),('bullyragged'),('pedicurists'),('exonerator\\'s'),('anarchy\\'s'),('geologist'),('denudate')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('constituting'),('Grider\\'s'),('Casandra'),('admin'),('Roux\\'s'),('transcendently'),('polymyxin'),('Fakieh')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('taconites'),('parasitologists'),('telegraphs'),('nongraded'),('chummy'),('Graf\\'s'),('perspicuousnesses'),('weakish')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('reincorporate'),('ventilator\\'s'),('Rosemarie\\'s'),('roundabouts'),('goalie\\'s'),('Romeu'),('Yanaton'),('furuncle\\'s')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('dehydration'),('glandes'),('Girardo'),('readmitting'),('fallacy'),('gunyah\\'s'),('Ynez\\'s'),('dimming')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('yawmeter\\'s'),('superheavy'),('Wenonah'),('undelivered'),('extrapolative'),('microbursts'),('Aquinas'),('washings')"); db_query(dbc,"INSERT INTO `tmp_word_table`(`word`) VALUES ('uprising\\'s'),('laciness'),('slenderly'),('residentship\\'s'),('decorating'),('Redbridge\\'s'),('eviction'),('lollygags')"); mysql_close(dbc); for (i=0;i