database: Improve DatabaseMysql::masterPosWait() performance by caching the position
[mediawiki.git] / maintenance / archives / patch-profiling-memory.sql
blobddd851e1e9cd78f037f291acd7fa2fbff0a837b0
1 ALTER TABLE /*$wgDBprefix*/profiling
2   ADD pf_memory float NOT NULL default 0;