https://bugzilla.wikimedia.org/show_bug.cgi?id=56211

--- Comment #2 from Sam Reed (reedy) <[email protected]> ---
mysql:[email protected] [test2wiki]> show tables;
+---------------------+
| Tables_in_test2wiki |
+---------------------+
| echo_email_batch    |
| echo_event          |
| echo_notification   |
+---------------------+
3 rows in set (0.00 sec)

mysql:[email protected] [test2wiki]> use kawiktionary
Database changed
mysql:[email protected] [kawiktionary]> create table echo_notification like
test2wiki.echo_notification;
Query OK, 0 rows affected (0.01 sec)

mysql:[email protected] [kawiktionary]> create table echo_event like
test2wiki.echo_event;
Query OK, 0 rows affected (0.00 sec)

mysql:[email protected] [kawiktionary]> create table echo_email_batch like
test2wiki.echo_email_batch;
Query OK, 0 rows affected (0.00 sec)

mysql:[email protected] [kawiktionary]> show tables;
+------------------------+
| Tables_in_kawiktionary |
+------------------------+
| echo_email_batch       |
| echo_event             |
| echo_notification      |
+------------------------+
3 rows in set (0.00 sec)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to