Physikerwelt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/117167

Change subject: Fix: remove database-name from sql script
......................................................................

Fix: remove database-name from sql script

In the creation script for table 'mathperformacne'
the database name was given.

Change-Id: I04ae2712a1e5ce9619ecddb6c48baba5e73e2634
---
M db/mathperformance.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MathSearch 
refs/changes/67/117167/1

diff --git a/db/mathperformance.sql b/db/mathperformance.sql
index 57262c4..56a59b2 100644
--- a/db/mathperformance.sql
+++ b/db/mathperformance.sql
@@ -1,4 +1,4 @@
-CREATE TABLE `wiki`.`mathperformance` (
+CREATE TABLE `mathperformance` (
   `math_inputhash` VARBINARY(16) NOT NULL,
   `mathperformance_name` CHAR(10) NOT NULL,
   `mathperformance_time` DOUBLE NOT NULL,

-- 
To view, visit https://gerrit.wikimedia.org/r/117167
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I04ae2712a1e5ce9619ecddb6c48baba5e73e2634
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to