2022.2

Table Of Contents
set @a=null,@c=null,@b=concat("show tables where",ifnull(concat(" `Tables_in_
",database(),"` like '",@c,"' and"),'')," (@a:=concat_ws(',',@a,`Tables_in_
",database(),"`))");
Prepare `bd` from @b;
EXECUTE `bd`;
DEALLOCATE PREPARE `bd`;
set @a:=concat('optimize table ',@a);
PREPARE `sql` FROM @a;
EXECUTE `sql`;
DEALLOCATE PREPARE `sql`;
set @a=null,@b=null,@c=null;
IfusingMicrosoft SQL Serverrunthefollowingcommandinaquerywindow:
sp_updatestats
Windows 10 Search service impacting Connect
TheWindows10Searchservicerunsasabackgroundtask,indexingfilesandfolders.Ithasbeen
notedthatthisbackgroundtaskissometimespreventingfilesbeingaddedtotheConnecttemporary
filesfolderwhenlargeamountsoffilesarebeingoutputandcopied.
Ifthisisanissueforyou,wesuggestdisablingSearchIndexingontheC:\Users\<username>\Connect
folder.
Thisissuewillbefixedinalaterrelease.
Job Creation Presets: External Sorting change introduced in 2018.2
Versionspriorto2018.2didnotcorrectlysavethelineendcharactersforexternalsortconfigurationsin
JobCreationPresets,whichmeantthejobcouldnotbeexternallysorted.Thisissuehasbeenfixedin
version2018.2.However,JobCreationPresetscreatedwithanearlierversionmaystillhavethewrong
lineendcharacterforexternalsorting.Tofixthis,opentheJobCreationPresetinthenewversion,
resetthelineendsettinginthesortingoptionsandthensavethepreset.
Engine Preferences: Backward Compatibility Issues introduced in 2018.2
l
Priortoversion2018.2Connectallowedamixtureofinternalandexternalengines.AsofPlan-
etPressConnect2018.2thisisnolongerallowed.
WhenupgradingtoPlanetPressConnect2018.2fromsuchinstallations,thepre-existingsettings
Page 106