![]() |
![]()
Vous n'êtes pas connecté.
Pour plus d'options : Connectez vous ![]() |
![]() |
![]()
Vous n'êtes pas connecté.
Pour plus d'options : Connectez vous ![]() |
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SHOW FULL COLUMNS FROM `carto_coordonnees` | 13 | 13 | 1 | |
2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci'; | 1 | 1 | 1 | |
3 | SHOW FULL COLUMNS FROM `carto_types` | 2 | 2 | 1 | |
4 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_bin'; | 1 | 1 | 1 | |
5 | SHOW FULL COLUMNS FROM `topo_bassins` | 2 | 2 | 1 | |
6 | SHOW FULL COLUMNS FROM `topo_bassin_details` | 21 | 21 | 1 | |
7 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | 1 | 1 | 1 | |
8 | SHOW FULL COLUMNS FROM `topo_parcours` | 4 | 4 | 1 | |
9 | SHOW FULL COLUMNS FROM `topo_parcours_details` | 25 | 25 | 1 | |
10 | SHOW FULL COLUMNS FROM `topo_rivieres` | 2 | 2 | 1 | |
11 | SHOW FULL COLUMNS FROM `topo_riviere_details` | 35 | 35 | 2 | |
12 | SHOW FULL COLUMNS FROM `topo_spots` | 2 | 2 | 1 | |
13 | SHOW FULL COLUMNS FROM `topo_spot_details` | 20 | 20 | 1 | |
14 | SHOW FULL COLUMNS FROM `niveau_references_de_niveaux` | 11 | 11 | 1 | |
15 | SHOW FULL COLUMNS FROM `niveau_stations_de_mesures` | 10 | 10 | 1 | |
16 | SHOW FULL COLUMNS FROM `niveau_source_donnees` | 6 | 6 | 1 | |
17 | SHOW FULL COLUMNS FROM `niveau_donnees_temps_reels` | 12 | 12 | 1 | |
18 | SHOW FULL COLUMNS FROM `niveau_references_de_niveau_types` | 2 | 2 | 1 | |
19 | SHOW FULL COLUMNS FROM `niveaux` | 12 | 12 | 1 | |
20 | SHOW FULL COLUMNS FROM `niveau_evaluations` | 3 | 3 | 1 | |
21 | SHOW FULL COLUMNS FROM `coordonnee_administrative_topos` | 3 | 3 | 1 | |
22 | SHOW FULL COLUMNS FROM `coordonnees_administratives` | 9 | 9 | 1 | |
23 | SHOW FULL COLUMNS FROM `coordonnee_administrative_types` | 2 | 2 | 1 | |
24 | SHOW FULL COLUMNS FROM `attachments` | 19 | 19 | 1 | |
25 | SHOW FULL COLUMNS FROM `attachments_links` | 6 | 6 | 1 | |
26 | SHOW FULL COLUMNS FROM `clubs_ffck` | 15 | 15 | 1 | |
27 | SHOW FULL COLUMNS FROM `phpbb_profile_fields_data` | 12 | 12 | 1 | |
28 | SHOW FULL COLUMNS FROM `petite_annonces` | 12 | 12 | 1 | |
29 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_swedish_ci'; | 1 | 1 | 1 | |
30 | SHOW FULL COLUMNS FROM `petite_annonce_types` | 5 | 5 | 1 | |
31 | SHOW FULL COLUMNS FROM `petite_annonce_categories` | 2 | 2 | 1 | |
32 | SHOW FULL COLUMNS FROM `petite_annonce_matos_types` | 3 | 3 | 1 | |
33 | SHOW FULL COLUMNS FROM `petite_annonce_commentaires` | 6 | 6 | 1 | |
34 | SHOW FULL COLUMNS FROM `petite_annonce_disciplines` | 3 | 3 | 1 | |
35 | SHOW FULL COLUMNS FROM `petite_annonces_petite_annonce_disciplines` | 3 | 3 | 1 | |
36 | SHOW FULL COLUMNS FROM `niveau_alertes` | 5 | 5 | 1 | |
37 | SELECT DISTINCT CT.nom as 'type', CC.objet_id, CC.carto_type_id, CC.carto_sous_type_id, CC.lat, CC.lon, CC.alt, CC.id, CC.user_id, U.username, U.username_clean, T.id, T.slug, T.topo_type_id, TPD.cotation, TPD.user_id, TBD.user_id, TSD.user_id, CASE T.topo_type_id WHEN 4 THEN TPD.user_id WHEN 3 THEN TBD.user_id WHEN 2 THEN TSD.user_id ELSE NULL END as user2_id, TP.numero_ordre as numero_ordre, CASE T.topo_type_id WHEN 4 THEN concat(T2.nom," P",TP.numero_ordre) ELSE T.nom END as nom, concat(A.dir,'/',A.filename) as url, CASE T.topo_type_id WHEN 4 THEN T2.nom ELSE T.nom END as riviere, CASE T.topo_type_id WHEN 4 THEN T2.slug ELSE T.slug END as slug_riviere, CASE T.topo_type_id WHEN 4 THEN T2.id ELSE T.id END as id_riviere FROM `carto_coordonnees` CC INNER JOIN carto_types CT on CC.carto_type_id=CT.id -- Topos INNER JOIN topos T ON CC.`objet_id` = T.id LEFT JOIN topos T2 ON T.parent_id=T2.id LEFT JOIN topo_parcours TP ON TP.topo_id=T.id LEFT JOIN topo_parcours_details TPD ON TPD.topo_parcours_id=TP.id LEFT JOIN topo_bassins TB ON TB.topo_id=T.id LEFT JOIN topo_bassin_details TBD ON TBD.topo_bassin_id=TB.id LEFT JOIN topo_spots TS ON TS.topo_id=T.id LEFT JOIN topo_spot_details TSD ON TSD.topo_spot_id=TS.id -- Coordonnes administratives -- INNER JOIN coordonnee_administrative_topos CAT ON CAT.topo_id=T.id -- INNER JOIN coordonnees_administratives CA ON CAT.coordonnees_administrative_id=CA.id -- LEFT JOIN coordonnees_administratives CA1 ON CA.parent_id=CA1.id -- LEFT JOIN coordonnees_administratives CA2 ON CA1.parent_id=CA2.id -- User INNER JOIN phpbb_users U ON CC.user_id=U.user_id -- Photo LEFT JOIN attachments_links_rand AL ON T.id = AL.foreign_id and AL.class='Topo' LEFT JOIN attachments A ON AL.attachment_id=A.id WHERE `carto_type_id` < 5 and CC.carto_type_id in (2) AND T.ID is null ORDER BY carto_type_id, nom; | 0 | 0 | 1 | |
38 | SELECT DISTINCT CT.nom as 'type', CC.objet_id, CC.carto_type_id, CC.carto_sous_type_id, CC.lat, CC.lon, CC.alt, CC.id, CC.user_id, U.username, U.username_clean, T.id, T.slug, T.topo_type_id, TPD.cotation, TPD.user_id, TBD.user_id, TSD.user_id, CASE T.topo_type_id WHEN 4 THEN TPD.user_id WHEN 3 THEN TBD.user_id WHEN 2 THEN TSD.user_id ELSE NULL END as user2_id, TP.numero_ordre as numero_ordre, CASE T.topo_type_id WHEN 4 THEN concat(T2.nom," P",TP.numero_ordre) ELSE T.nom END as nom, concat(A.dir,'/',A.filename) as url, CASE T.topo_type_id WHEN 4 THEN T2.nom ELSE T.nom END as riviere, CASE T.topo_type_id WHEN 4 THEN T2.slug ELSE T.slug END as slug_riviere, CASE T.topo_type_id WHEN 4 THEN T2.id ELSE T.id END as id_riviere FROM `carto_coordonnees` CC INNER JOIN carto_types CT on CC.carto_type_id=CT.id -- Topos INNER JOIN topos T ON CC.`objet_id` = T.id LEFT JOIN topos T2 ON T.parent_id=T2.id LEFT JOIN topo_parcours TP ON TP.topo_id=T.id LEFT JOIN topo_parcours_details TPD ON TPD.topo_parcours_id=TP.id LEFT JOIN topo_bassins TB ON TB.topo_id=T.id LEFT JOIN topo_bassin_details TBD ON TBD.topo_bassin_id=TB.id LEFT JOIN topo_spots TS ON TS.topo_id=T.id LEFT JOIN topo_spot_details TSD ON TSD.topo_spot_id=TS.id -- Coordonnes administratives -- INNER JOIN coordonnee_administrative_topos CAT ON CAT.topo_id=T.id -- INNER JOIN coordonnees_administratives CA ON CAT.coordonnees_administrative_id=CA.id -- LEFT JOIN coordonnees_administratives CA1 ON CA.parent_id=CA1.id -- LEFT JOIN coordonnees_administratives CA2 ON CA1.parent_id=CA2.id -- User INNER JOIN phpbb_users U ON CC.user_id=U.user_id -- Photo LEFT JOIN attachments_links_rand AL ON T.id = AL.foreign_id and AL.class='Topo' LEFT JOIN attachments A ON AL.attachment_id=A.id WHERE `carto_type_id` < 5 and CC.carto_type_id in (3) AND T.ID in ('586') ORDER BY carto_type_id, nom; | 1 | 1 | 1 | |
39 | SELECT DISTINCT CT.nom as 'type', CC.objet_id, CC.carto_type_id, CC.carto_sous_type_id, CC.lat, CC.lon, CC.alt, CC.id, CC.user_id, U.username, U.username_clean, T.id, T.slug, T.topo_type_id, TPD.cotation, TPD.user_id, TBD.user_id, TSD.user_id, CASE T.topo_type_id WHEN 4 THEN TPD.user_id WHEN 3 THEN TBD.user_id WHEN 2 THEN TSD.user_id ELSE NULL END as user2_id, TP.numero_ordre as numero_ordre, CASE T.topo_type_id WHEN 4 THEN concat(T2.nom," P",TP.numero_ordre) ELSE T.nom END as nom, concat(A.dir,'/',A.filename) as url, CASE T.topo_type_id WHEN 4 THEN T2.nom ELSE T.nom END as riviere, CASE T.topo_type_id WHEN 4 THEN T2.slug ELSE T.slug END as slug_riviere, CASE T.topo_type_id WHEN 4 THEN T2.id ELSE T.id END as id_riviere FROM `carto_coordonnees` CC INNER JOIN carto_types CT on CC.carto_type_id=CT.id -- Topos INNER JOIN topos T ON CC.`objet_id` = T.id LEFT JOIN topos T2 ON T.parent_id=T2.id LEFT JOIN topo_parcours TP ON TP.topo_id=T.id LEFT JOIN topo_parcours_details TPD ON TPD.topo_parcours_id=TP.id LEFT JOIN topo_bassins TB ON TB.topo_id=T.id LEFT JOIN topo_bassin_details TBD ON TBD.topo_bassin_id=TB.id LEFT JOIN topo_spots TS ON TS.topo_id=T.id LEFT JOIN topo_spot_details TSD ON TSD.topo_spot_id=TS.id -- Coordonnes administratives -- INNER JOIN coordonnee_administrative_topos CAT ON CAT.topo_id=T.id -- INNER JOIN coordonnees_administratives CA ON CAT.coordonnees_administrative_id=CA.id -- LEFT JOIN coordonnees_administratives CA1 ON CA.parent_id=CA1.id -- LEFT JOIN coordonnees_administratives CA2 ON CA1.parent_id=CA2.id -- User INNER JOIN phpbb_users U ON CC.user_id=U.user_id -- Photo LEFT JOIN attachments_links_rand AL ON T.id = AL.foreign_id and AL.class='Topo' LEFT JOIN attachments A ON AL.attachment_id=A.id WHERE `carto_type_id` < 5 and CC.carto_type_id in (1) AND T.ID is null ORDER BY carto_type_id, nom; | 0 | 0 | 1 | |
40 | SELECT DISTINCT CT.nom as 'type', CC.objet_id, CC.carto_type_id, CC.carto_sous_type_id, CC.lat, CC.lon, CC.alt, CC.id, CC.user_id, U.username, U.username_clean, T.id, T.slug, T.topo_type_id, TPD.cotation, TPD.user_id, TBD.user_id, TSD.user_id, CASE T.topo_type_id WHEN 4 THEN TPD.user_id WHEN 3 THEN TBD.user_id WHEN 2 THEN TSD.user_id ELSE NULL END as user2_id, TP.numero_ordre as numero_ordre, CASE T.topo_type_id WHEN 4 THEN concat(T2.nom," P",TP.numero_ordre) ELSE T.nom END as nom, concat(A.dir,'/',A.filename) as url, CASE T.topo_type_id WHEN 4 THEN T2.nom ELSE T.nom END as riviere, CASE T.topo_type_id WHEN 4 THEN T2.slug ELSE T.slug END as slug_riviere, CASE T.topo_type_id WHEN 4 THEN T2.id ELSE T.id END as id_riviere FROM `carto_coordonnees` CC INNER JOIN carto_types CT on CC.carto_type_id=CT.id -- Topos INNER JOIN topos T ON CC.`objet_id` = T.id LEFT JOIN topos T2 ON T.parent_id=T2.id LEFT JOIN topo_parcours TP ON TP.topo_id=T.id LEFT JOIN topo_parcours_details TPD ON TPD.topo_parcours_id=TP.id LEFT JOIN topo_bassins TB ON TB.topo_id=T.id LEFT JOIN topo_bassin_details TBD ON TBD.topo_bassin_id=TB.id LEFT JOIN topo_spots TS ON TS.topo_id=T.id LEFT JOIN topo_spot_details TSD ON TSD.topo_spot_id=TS.id -- Coordonnes administratives -- INNER JOIN coordonnee_administrative_topos CAT ON CAT.topo_id=T.id -- INNER JOIN coordonnees_administratives CA ON CAT.coordonnees_administrative_id=CA.id -- LEFT JOIN coordonnees_administratives CA1 ON CA.parent_id=CA1.id -- LEFT JOIN coordonnees_administratives CA2 ON CA1.parent_id=CA2.id -- User INNER JOIN phpbb_users U ON CC.user_id=U.user_id -- Photo LEFT JOIN attachments_links_rand AL ON T.id = AL.foreign_id and AL.class='Topo' LEFT JOIN attachments A ON AL.attachment_id=A.id WHERE `carto_type_id` < 5 and CC.carto_type_id in (1) AND CASE T.topo_type_id WHEN 4 THEN T2.id ELSE T.id END is null ORDER BY carto_type_id, nom; | 0 | 0 | 40 | |
41 | SELECT CT.nom as 'type', CC.objet_id, CC.carto_type_id, CC.carto_sous_type_id, CC.lat, CC.lon, CC.alt, CC.id, CC.user_id, replace(phpbb_users.user_id,'rien','') as user2_id, replace(phpbb_users.username,'rien','') as nom, -- phpbb_users.M_BIO, -- phpbb_users.M_CITY, replace(phpbb_users.user_avatar,'rien','') as url FROM carto_coordonnees CC INNER JOIN carto_types CT on CC.carto_type_id=CT.id INNER JOIN phpbb_users ON CC.objet_id = phpbb_users.user_id WHERE CC.carto_type_id = 5 AND phpbb_users.user_id is null ORDER BY group_id desc, phpbb_users.username asc ; | 0 | 0 | 0 | |
42 | SELECT CT.nom as 'type', CC.objet_id, CC.carto_type_id, CC.carto_sous_type_id, CC.lat, CC.lon, CC.alt, CC.id, CC.user_id, concat(Code_structure_ffck, ' - ',clubs_ffck.Nom) as nom, clubs_ffck.nom, clubs_ffck.Code_structure_ffck, clubs_ffck.adresse1, clubs_ffck.adresse2, clubs_ffck.code_postal, clubs_ffck.ville, clubs_ffck.site_web FROM carto_coordonnees CC INNER JOIN carto_types CT on CC.carto_type_id=CT.id INNER JOIN clubs_ffck ON CC.objet_id = clubs_ffck.code_structure_ffck WHERE CC.carto_type_id = 6 AND clubs_ffck.Code_structure_ffck is null ORDER BY clubs_ffck.code_structure_ffck, clubs_ffck.Nom asc ; | 0 | 0 | 0 | |
43 | SELECT `CartoType`.`id`, `CartoType`.`nom` FROM `carto_types` AS `CartoType` WHERE 1 = 1 | 5 | 5 | 0 |