https://bugzilla.wikimedia.org/show_bug.cgi?id=66624
--- Comment #4 from Alex Monk <[email protected]> --- MariaDB [enwiki_p]> select * from ep_students where student_user_id = 0; +------------+-----------------+----------------------+----------------------+---------------------+---------------------+---------------------+-----------------------+ | student_id | student_user_id | student_first_enroll | student_first_course | student_last_enroll | student_last_course | student_last_active | student_active_enroll | +------------+-----------------+----------------------+----------------------+---------------------+---------------------+---------------------+-----------------------+ | 6507 | 0 | 20140614191200 | 359 | 20140614191200 | 359 | 20140614191200 | 1 | +------------+-----------------+----------------------+----------------------+---------------------+---------------------+---------------------+-----------------------+ 1 row in set (0.00 sec) MariaDB [enwiki_p]> select * from ep_users_per_course where upc_user_id=0; +-------------+---------------+----------+----------------+ | upc_user_id | upc_course_id | upc_role | upc_time | +-------------+---------------+----------+----------------+ | 0 | 359 | 0 | 20140614191200 | +-------------+---------------+----------+----------------+ 1 row 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
